|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.mat.parser.index.IndexWriter.LongIndexCollector
public static class IndexWriter.LongIndexCollector
| Constructor Summary | |
|---|---|
IndexWriter.LongIndexCollector(int size,
int mostSignificantBit)
|
|
| Method Summary | |
|---|---|
long |
get(int index)
|
long[] |
getNext(int index,
int length)
|
IteratorLong |
iterator()
|
int |
reverse(long value)
|
void |
set(int index,
long value)
|
int |
size()
|
void |
unload()
|
IIndexReader.IOne2LongIndex |
writeTo(File indexFile)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IndexWriter.LongIndexCollector(int size,
int mostSignificantBit)
| Method Detail |
|---|
public IIndexReader.IOne2LongIndex writeTo(File indexFile)
throws IOException
IOExceptionpublic long get(int index)
public long[] getNext(int index,
int length)
public int reverse(long value)
public void set(int index,
long value)
public void unload()
public int size()
public IteratorLong iterator()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||