AbstractDualBidiMap.MapEntry
, AbstractHashedMap.HashEntry
, AbstractKeyValue
, AbstractLinkedMap.LinkEntry
, AbstractMapEntry
, AbstractMapEntryDecorator
, AbstractReferenceMap.ReferenceEntry
, BeanMap.MyMapEntry
, DefaultKeyValue
, DefaultMapEntry
, DefaultMapEntry
, IdentityMap.IdentityEntry
, SingletonMap
, TiedMapEntry
, UnmodifiableMapEntry
public interface KeyValue
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.
Modifier and Type | Method | Description |
---|---|---|
java.lang.Object |
getKey() |
Gets the key from the pair.
|
java.lang.Object |
getValue() |
Gets the value from the pair.
|
Copyright © 2001-2017 Apache Software Foundation. All Rights Reserved.