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

java.lang.Object
  extended by org.eclipse.mat.parser.index.IndexWriter.IntIndexCollectorUncompressed
Direct Known Subclasses:
IndexWriter.SizeIndexCollectorUncompressed
Enclosing class:
IndexWriter

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


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

Constructor Detail

IndexWriter.IntIndexCollectorUncompressed

public IndexWriter.IntIndexCollectorUncompressed(int size)
Method Detail

set

public void set(int index,
                int value)

get

public int get(int index)

writeTo

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