Package | Description |
---|---|
org.apache.openjpa.lib.util.collections |
commons-collections4 import.
|
Modifier and Type | Class and Description |
---|---|
protected static class |
AbstractDualBidiMap.MapEntry<K,V>
Inner class MapEntry.
|
protected static class |
AbstractHashedMap.HashEntry<K,V>
HashEntry used to store the data.
|
class |
AbstractKeyValue<K,V>
Abstract pair class to assist with creating
KeyValue
and Map.Entry implementations. |
protected static class |
AbstractLinkedMap.LinkEntry<K,V>
LinkEntry that stores the data.
|
class |
AbstractMapEntry<K,V>
Abstract Pair class to assist with creating correct
Map.Entry implementations. |
class |
AbstractMapEntryDecorator<K,V>
Provides a base decorator that allows additional functionality to be
added to a
Map.Entry . |
protected static class |
AbstractReferenceMap.ReferenceEntry<K,V>
A MapEntry implementation for the map.
|
class |
DefaultMapEntry<K,V>
A restricted implementation of
Map.Entry that prevents
the Map.Entry contract from being broken. |
class |
UnmodifiableMapEntry<K,V>
A
Map.Entry that throws
UnsupportedOperationException when setValue is called. |
Constructor and Description |
---|
DefaultMapEntry(KeyValue<? extends K,? extends V> pair)
Constructs a new entry from the specified
KeyValue . |
UnmodifiableMapEntry(KeyValue<? extends K,? extends V> pair)
Constructs a new entry from the specified
KeyValue . |
Copyright © 2006–2022 Apache Software Foundation. All rights reserved.