public interface MakeupIndex extends LookupIndex
For example, if a MakeupIndex is used that provides all the "really important" information about an object in a key, but leaves out extraneous or transient properties, then that key could be used to create an equivalent object (albeit missing that extraneous or transient information.
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
makeupObject(java.lang.Object key)
Makes up a new object based on the provided key.
|
keyOf