public final class TinyCache extends Object
long[]
chainIndex
lastIndex
TinyCache(int nrSets, int itemsPerSet, int randomSeed)
boolean
addItem(long item)
contains(long item)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public final long[] chainIndex
public final long[] lastIndex
public TinyCache(int nrSets, int itemsPerSet, int randomSeed)
public boolean contains(long item)
public boolean addItem(long item)