|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.internet2.middleware.grouper.j2ee.SetToEnumeration
public class SetToEnumeration
helper class to convert set to enumeration
Constructor Summary | |
---|---|
SetToEnumeration(Set theSet)
Constructor for SetToEnumeration. |
Method Summary | |
---|---|
boolean |
hasMoreElements()
Method hasMoreElements. |
Object |
nextElement()
Method nextElement. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SetToEnumeration(Set theSet)
theSet
- SetMethod Detail |
---|
public boolean hasMoreElements()
hasMoreElements
in interface Enumeration
Enumeration.hasMoreElements()
public Object nextElement()
nextElement
in interface Enumeration
Enumeration.nextElement()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |