public interface LookupTable
Modifier and Type | Method and Description |
---|---|
Map<Value,Value> |
asMap()
Get the lookup table as map.
|
Set<Value> |
getKeys()
Get all keys available in the lookup table.
|
Value |
lookup(Value key)
Look up a value associated to a given key.
|
com.google.common.collect.ListMultimap<Value,Value> |
reverse()
Get the reverse of the lookup.
|
Value lookup(Value key)
key
- the keynull
Set<Value> getKeys()
com.google.common.collect.ListMultimap<Value,Value> reverse()
Build 2013-10-07_11-27-38
Revision 99b27713a799a59a21b0b166eaaea8aaefbf125a