Uses of Interface
org.eclipse.mat.collect.IteratorInt

Packages that use IteratorInt
org.eclipse.mat.collect Collections optimized for keys and values of ints and longs. 
org.eclipse.mat.parser.index Implementations for handling indexes. 
 

Uses of IteratorInt in org.eclipse.mat.collect
 

Methods in org.eclipse.mat.collect that return IteratorInt
 IteratorInt ArrayInt.iterator()
          get an iterator to go through the list
 IteratorInt SetInt.iterator()
          get an iterator to go through the set
 IteratorInt HashMapIntObject.keys()
          Get a way of iterating over the keys
 IteratorInt HashMapIntLong.keys()
          Get a way of iterating over the keys
 

Uses of IteratorInt in org.eclipse.mat.parser.index
 

Methods in org.eclipse.mat.parser.index with parameters of type IteratorInt
 IIndexReader.IOne2OneIndex IndexWriter.IntIndexStreamer.writeTo(DataOutputStream out, long position, IteratorInt iterator)
           
 IIndexReader.IOne2OneIndex IndexWriter.IntIndexStreamer.writeTo(File indexFile, IteratorInt iterator)