Package org.apache.commons.collections4
Interface KeyValue<K,V>
- Type Parameters:
K- the type of the keyV- the type of the value
- All Known Implementing Classes:
AbstractDualBidiMap.MapEntry,AbstractHashedMap.HashEntry,AbstractInputCheckedMapDecorator.MapEntry,AbstractKeyValue,AbstractLinkedMap.LinkEntry,AbstractMapEntry,AbstractMapEntryDecorator,AbstractMultiValuedMap.MultiValuedMapEntry,AbstractReferenceMap.ReferenceEntry,DefaultKeyValue,DefaultMapEntry,ListOrderedMap.ListOrderedMapEntry,SingletonMap,StaticBucketMap.Node,TiedMapEntry,TreeBidiMap.Node,UnmodifiableEntrySet.UnmodifiableEntry,UnmodifiableMapEntry
public interface KeyValue<K,V>
Defines a simple key value pair.
A Map Entry has considerable additional semantics over and above a simple key-value pair. This interface defines the minimum key value, with just the two get methods.
- Since:
- 3.0
-
Method Summary