org.eigenbase.util.mapping
Class Mappings.FunctionMappingIter
java.lang.Object
org.eigenbase.util.mapping.Mappings.FunctionMappingIter
- All Implemented Interfaces:
- Iterator<IntPair>
- Enclosing class:
- Mappings
static class Mappings.FunctionMappingIter
- extends Object
- implements Iterator<IntPair>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
i
private int i
mapping
private final Mappings.FunctionMapping mapping
Mappings.FunctionMappingIter
Mappings.FunctionMappingIter(Mappings.FunctionMapping mapping)
hasNext
public boolean hasNext()
- Specified by:
hasNext
in interface Iterator<IntPair>
next
public IntPair next()
- Specified by:
next
in interface Iterator<IntPair>
remove
public void remove()
- Specified by:
remove
in interface Iterator<IntPair>