Class StaticBucketMap.Node<K,V>

java.lang.Object
org.apache.commons.collections4.map.StaticBucketMap.Node<K,V>
All Implemented Interfaces:
Map.Entry<K,V>, KeyValue<K,V>
Enclosing class:
StaticBucketMap<K,V>

private static final class StaticBucketMap.Node<K,V> extends Object implements Map.Entry<K,V>, KeyValue<K,V>
The Map.Entry for the StaticBucketMap.