|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectmessif.buckets.index.impl.LongStorageMemoryIndex.KeyAddressPair<K>
K
- the type of keys this index is ordered byprotected static class LongStorageMemoryIndex.KeyAddressPair<K>
Class encapsulating the key and long position in the storage.
Field Summary | |
---|---|
K |
key
|
long |
position
|
Constructor Summary | |
---|---|
LongStorageMemoryIndex.KeyAddressPair(K key,
long position)
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public final K key
public final long position
Constructor Detail |
---|
public LongStorageMemoryIndex.KeyAddressPair(K key, long position)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |