Class ValueTypeIndexedMap<KeyType,​ValueType>

  • Type Parameters:
    KeyType - the type of object used as keys
    ValueType - the type of object stored as values
    All Implemented Interfaces:
    Map<KeyType,​ValueType>

    @Beta
    public class ValueTypeIndexedMap<KeyType,​ValueType>
    extends Object
    implements Map<KeyType,​ValueType>
    Map implementation which allows subsets of entries to be retrieved based on the type of the entry value.