org.mapdb
Class HTreeMap.LinkedNode<K,V>

java.lang.Object
  extended by 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


Field Summary
 long expireLinkNodeRecid
           
 K key
           
 long next
           
 V value
           
 
Constructor Summary
HTreeMap.LinkedNode(long next, long expireLinkNodeRecid, K key, V value)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

next

public final long next

expireLinkNodeRecid

public final long expireLinkNodeRecid

key

public final K key

value

public final V value
Constructor Detail

HTreeMap.LinkedNode

public HTreeMap.LinkedNode(long next,
                           long expireLinkNodeRecid,
                           K key,
                           V value)


Copyright © 2014. All Rights Reserved.