public interface KeyResolver
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT
IBM copyright notice field.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Number |
lookup(Key key)
Using the key to find the index number.
|
Key |
reverseLookup(java.lang.Number numericKeyValue)
Using the numeric value to search for the corresponding Key object.
|
static final java.lang.String COPYRIGHT
java.lang.Number lookup(Key key)
key
- is the Key for lookup.Key reverseLookup(java.lang.Number numericKeyValue)
numericKeyValue
- is a number representing the key.