| org.apache.openejb.jee.KeyExtractor
KeyExtractor | public interface KeyExtractor (Code) | | Extracts an immutable key for this object.
It is important for the key to not be mutable and that the key value
itself is not changed in the object. If this happens any AutoIndex,
or Map using this key will break.
|
Method Summary | |
K | getKey(V value) Gets the immutable key for the specified value. |
getKey | K getKey(V value)(Code) | | Gets the immutable key for the specified value.
gets the immutable key for the specified value |
|
|