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, waitMethods inherited from interface java.util.Enumeration
asIteratorMethods inherited from interface java.util.Iterator
forEachRemaining
-
Constructor Details
-
LocationEnumeration
-
LocationEnumeration
-
-
Method Details
-
hasMoreElements
public boolean hasMoreElements()- Specified by:
hasMoreElementsin interfaceEnumeration<NamedLocation<Object>>
-
nextElement
- Specified by:
nextElementin interfaceEnumeration<NamedLocation<Object>>
-
nextLocation
-
hasNext
public boolean hasNext()- Specified by:
hasNextin interfaceIterator<NamedLocation<Object>>
-
next
- Specified by:
nextin interfaceIterator<NamedLocation<Object>>
-
remove
public void remove()- Specified by:
removein interfaceIterator<NamedLocation<Object>>
-