Package org.apache.commons.collections4
Interface Get<K,V>
- All Known Subinterfaces:
BidiMap<K,
,V> BoundedMap<K,
,V> IterableGet<K,
,V> IterableMap<K,
,V> IterableSortedMap<K,
,V> MultiMap<K,
,V> OrderedBidiMap<K,
,V> OrderedMap<K,
,V> SortedBidiMap<K,
,V> Trie<K,
V>
- All Known Implementing Classes:
AbstractBidiMapDecorator
,AbstractBitwiseTrie
,AbstractDualBidiMap
,AbstractHashedMap
,AbstractIterableGetMapDecorator
,AbstractIterableMap
,AbstractLinkedMap
,AbstractMapDecorator
,AbstractOrderedBidiMapDecorator
,AbstractOrderedMapDecorator
,AbstractReferenceMap
,AbstractSortedBidiMapDecorator
,AbstractSortedMapDecorator
,CaseInsensitiveMap
,CompositeMap
,DefaultedMap
,DualHashBidiMap
,DualLinkedHashBidiMap
,DualTreeBidiMap
,DualTreeBidiMap.ViewMap
,FixedSizeMap
,FixedSizeSortedMap
,Flat3Map
,HashedMap
,LazyMap
,LazySortedMap
,LinkedMap
,ListOrderedMap
,LRUMap
,MultiKeyMap
,MultiValueMap
,PassiveExpiringMap
,PatriciaTrie
,PredicatedMap
,PredicatedSortedMap
,ReferenceIdentityMap
,ReferenceMap
,SingletonMap
,StaticBucketMap
,TransformedMap
,TransformedSortedMap
,TransformedSplitMap
,TreeBidiMap
,UnmodifiableBidiMap
,UnmodifiableMap
,UnmodifiableOrderedBidiMap
,UnmodifiableOrderedMap
,UnmodifiableSortedBidiMap
,UnmodifiableSortedMap
,UnmodifiableTrie
public interface Get<K,V>
The "read" subset of the
Map
interface.- Since:
- 4.0
- Version:
- $Id: Get.java 1543265 2013-11-19 00:48:44Z ggregory $
- See Also:
-
Method Summary
-
Method Details
-
containsKey
- See Also:
-
containsValue
- See Also:
-
entrySet
- See Also:
-
get
- See Also:
-
remove
- See Also:
-
isEmpty
boolean isEmpty()- See Also:
-
keySet
- See Also:
-
size
int size()- See Also:
-
values
Collection<V> values()- See Also:
-