org.eclipse.mat.parser.index
Class IndexWriter.LongIndexCollectorUncompressed

java.lang.Object
  extended by org.eclipse.mat.parser.index.IndexWriter.LongIndexCollectorUncompressed
Enclosing class:
IndexWriter

public static class IndexWriter.LongIndexCollectorUncompressed
extends java.lang.Object


Constructor Summary
IndexWriter.LongIndexCollectorUncompressed(int size)
           
 
Method Summary
 long get(int index)
           
 void set(int index, long value)
           
 IIndexReader.IOne2LongIndex writeTo(java.io.File indexFile)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IndexWriter.LongIndexCollectorUncompressed

public IndexWriter.LongIndexCollectorUncompressed(int size)
Method Detail

set

public void set(int index,
                long value)

get

public long get(int index)

writeTo

public IIndexReader.IOne2LongIndex writeTo(java.io.File indexFile)
                                    throws java.io.IOException
Throws:
java.io.IOException