public abstract static class Mappings.FiniteAbstractMapping extends Mappings.AbstractMapping
| Constructor and Description |
|---|
Mappings.FiniteAbstractMapping() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
Iterator<IntPair> |
iterator()
Returns an iterator over the elements in this mapping.
|
getSource, getSourceCount, getSourceOpt, getTarget, getTargetCount, getTargetOpt, isIdentity, set, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitclear, getMappingType, sizeinverseinversepublic Iterator<IntPair> iterator()
MappingThis method is optional; implementations may throw
UnsupportedOperationException.
Copyright © 2012–2015 The Apache Software Foundation. All rights reserved.