Package gnu.mapping
Class LocationEnumeration
java.lang.Object
gnu.mapping.LocationEnumeration
- All Implemented Interfaces:
Enumeration<NamedLocation<Object>>
,Iterator<NamedLocation<Object>>
public class LocationEnumeration
extends Object
implements Iterator<NamedLocation<Object>>, Enumeration<NamedLocation<Object>>
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Enumeration
asIterator
Methods inherited from interface java.util.Iterator
forEachRemaining
-
Constructor Details
-
LocationEnumeration
-
LocationEnumeration
-
-
Method Details
-
hasMoreElements
public boolean hasMoreElements()- Specified by:
hasMoreElements
in interfaceEnumeration<NamedLocation<Object>>
-
nextElement
- Specified by:
nextElement
in interfaceEnumeration<NamedLocation<Object>>
-
nextLocation
-
hasNext
public boolean hasNext()- Specified by:
hasNext
in interfaceIterator<NamedLocation<Object>>
-
next
- Specified by:
next
in interfaceIterator<NamedLocation<Object>>
-
remove
public void remove()- Specified by:
remove
in interfaceIterator<NamedLocation<Object>>
-