Class StaticBucketMap.Node<K,V>
java.lang.Object
org.apache.commons.collections4.map.StaticBucketMap.Node<K,V>
- Enclosing class:
StaticBucketMap<K,V>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
key
-
value
-
next
-
-
Constructor Details
-
Node
private Node()
-
-
Method Details
-
getKey
-
getValue
-
hashCode
-
equals
-
setValue
-