Class KeyStructure<K,V extends SearchStructure<R> & MergeAndCopyStructure<V>,R>

All Implemented Interfaces:
MergeAndCopyStructure<KeyStructure<K,V,R>>

public class KeyStructure<K,V extends SearchStructure<R> & MergeAndCopyStructure<V>,R> extends AbstractMapStructure<K,V,R> implements MergeAndCopyStructure<KeyStructure<K,V,R>>
An implementation of AbstractMapStructure mapping keys to nested SearchStructures much like a map. This structure is useful for values that can be identified by their key. The generic types are described in AbstractMapStructure.
See Also: