Class StaticBucketMap.Node<K,V>
- java.lang.Object
-
- org.apache.commons.collections4.map.StaticBucketMap.Node<K,V>
-
- All Implemented Interfaces:
java.util.Map.Entry<K,V>
,KeyValue<K,V>
- Enclosing class:
- StaticBucketMap<K,V>
private static final class StaticBucketMap.Node<K,V> extends java.lang.Object implements java.util.Map.Entry<K,V>, KeyValue<K,V>
The Map.Entry for the StaticBucketMap.
-
-
Constructor Summary
Constructors Modifier Constructor Description private
Node()
-
-
-
Field Detail
-
key
protected K key
-
value
protected V value
-
next
protected StaticBucketMap.Node<K,V> next
-
-