|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbsharp.enumerations.Enumerations
public class Enumerations
A static class with helpful methods to manipulating Enumerations;
| Constructor Summary | |
|---|---|
Enumerations()
|
|
| Method Summary | |
|---|---|
static java.util.Enumeration |
makeEnumeration(java.lang.Object obj)
Creates an enumeration out of an array. |
static java.util.Enumeration |
makeEnumeration(java.util.Vector v)
Creates an enumeration out of Vector. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Enumerations()
| Method Detail |
|---|
public static java.util.Enumeration makeEnumeration(java.lang.Object obj)
java.lang.IllegalArgumentException - if the Object is not an array.public static java.util.Enumeration makeEnumeration(java.util.Vector v)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||