public class AssocArray.PairEnumeration extends Object implements Enumeration
Modifier and Type | Method and Description |
---|---|
boolean |
hasMoreElements() |
Object |
nextElement() |
AssocArray.Pair |
nextPair() |
public boolean hasMoreElements()
hasMoreElements
in interface Enumeration
public Object nextElement()
nextElement
in interface Enumeration
public AssocArray.Pair nextPair()
Copyright © 2003, 2023, Oracle and/or its affiliates.