gate.creole.gazetteer
Class MappingDefinition.SafeIterator
java.lang.Object
|
+--gate.creole.gazetteer.MappingDefinition.SafeIterator
- All Implemented Interfaces:
- Iterator
- Enclosing class:
- MappingDefinition
- private class MappingDefinition.SafeIterator
- extends Object
- implements Iterator
Provides means for safe iteration over
the entries of the Mapping Definition
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
index
private int index
removeCalled
private boolean removeCalled
MappingDefinition.SafeIterator
private MappingDefinition.SafeIterator()
hasNext
public boolean hasNext()
- Specified by:
hasNext
in interface Iterator
next
public Object next()
- Specified by:
next
in interface Iterator
remove
public void remove()
- Specified by:
remove
in interface Iterator