public class AssocArray.PairEnumeration
extends java.lang.Object
implements java.util.Enumeration
Modifier and Type | Method and Description |
---|---|
boolean |
hasMoreElements() |
java.lang.Object |
nextElement() |
AssocArray.Pair |
nextPair() |
public boolean hasMoreElements()
hasMoreElements
in interface java.util.Enumeration
public java.lang.Object nextElement()
nextElement
in interface java.util.Enumeration
public AssocArray.Pair nextPair()