|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface Mappings.FunctionMapping
Mapping where every source has a target. But:
Method Summary | |
---|---|
MappingType |
getMappingType()
|
int |
getSourceCount()
|
int |
getTarget(int source)
Returns the target that a source maps to. |
int |
getTargetOpt(int source)
Returns the target that a source maps to, or -1 if it is not mapped. |
Method Detail |
---|
int getTargetOpt(int source)
int getTarget(int source)
source
- source
IndexOutOfBoundsException
- if source is not mappedMappingType getMappingType()
int getSourceCount()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |