public class Index extends Object implements Iterable<byte[]>
0 -> 0, 122 -> 1 123 -> 123, 244 -> 2 245 -> 245, ...
aQute.lib.index.Index.Page
root
Index(File file, int keySize)
void
close()
insert(byte[] k, long v)
Iterator<byte[]>
iterator()
long
search(byte[] k)
String
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public aQute.lib.index.Index.Page root
public Index(File file, int keySize) throws IOException
IOException
public void insert(byte[] k, long v) throws Exception
Exception
public long search(byte[] k) throws Exception
public String toString()
toString
Object
public void close() throws IOException
public Iterator<byte[]> iterator()
iterator
Iterable<byte[]>
Copyright © 2013 aQute SARL. All rights reserved.