|
[.hacks.] [.java.] |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--Util
(#)Util.java
| Constructor Summary | |
Util()
|
|
| Method Summary | |
static java.lang.String[] |
enum2Array(java.util.Enumeration e)
Convert an arbitrary Enumeration into an Array of Strings |
static java.lang.String |
enum2String(java.util.Enumeration e,
java.lang.String dl)
Convert an arbitrary Enumeration into a single String separated with a specified delimiter character |
static java.util.Vector |
enum2Vector(java.util.Enumeration e)
Convert an arbitrary Enumeration into a Vector |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Util()
| Method Detail |
public static java.lang.String[] enum2Array(java.util.Enumeration e)
e - the enumeration to convert
public static java.util.Vector enum2Vector(java.util.Enumeration e)
e - the enumeration to convert
public static java.lang.String enum2String(java.util.Enumeration e,
java.lang.String dl)
e - the enumeration to convertdl - the delimiter to use
|
[.hacks.] [.java.] |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||