org.mapdb
Class HTreeMap.LinkedNode<K,V>
java.lang.Object
org.mapdb.HTreeMap.LinkedNode<K,V>
- Enclosing class:
- HTreeMap<K,V>
protected static final class HTreeMap.LinkedNode<K,V>
- extends Object
node which holds key-value pair
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
next
public final long next
expireLinkNodeRecid
public final long expireLinkNodeRecid
key
public final K key
value
public final V value
HTreeMap.LinkedNode
public HTreeMap.LinkedNode(long next,
long expireLinkNodeRecid,
K key,
V value)
Copyright © 2014. All Rights Reserved.