java.util
Class LinkedHashMap.LinkedHashMapEntry<K,V>
java.lang.Object
java.util.MapEntry<K,V>
java.util.HashMap.Entry<K,V>
java.util.LinkedHashMap.LinkedHashMapEntry<K,V>
- All Implemented Interfaces:
- Cloneable, Map.Entry<K,V>
- Enclosing class:
- LinkedHashMap<K,V>
static final class LinkedHashMap.LinkedHashMapEntry<K,V>
- extends HashMap.Entry<K,V>
|
Method Summary |
Object |
clone()
Returns a new instance of the same class as the receiver, whose slots
have been filled in with the values in the slots of the receiver. |
chainForward
LinkedHashMap.LinkedHashMapEntry<K,V> chainForward
chainBackward
LinkedHashMap.LinkedHashMapEntry<K,V> chainBackward
LinkedHashMap.LinkedHashMapEntry
LinkedHashMap.LinkedHashMapEntry(K theKey,
V theValue)
LinkedHashMap.LinkedHashMapEntry
LinkedHashMap.LinkedHashMapEntry(K theKey,
int hash)
clone
public Object clone()
- Description copied from class:
Object
- Returns a new instance of the same class as the receiver, whose slots
have been filled in with the values in the slots of the receiver.
Classes which wish to support cloning must specify that they implement
the Cloneable interface, since the implementation checks for this.
- Overrides:
clone in class HashMap.Entry<K,V>
- Returns:
- Object a shallow copy of this object.
Please submit a feedback, bug or feature