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

Packages that use IteratorLong
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 IteratorLong in org.eclipse.mat.collect
 

Methods in org.eclipse.mat.collect that return IteratorLong
 IteratorLong SetLong.iterator()
          get an iterator to go through the set
 IteratorLong ArrayLong.iterator()
          get an iterator to go through the list
 IteratorLong HashMapLongObject.keys()
          Get a way of iterating over the keys
 IteratorLong HashMapObjectLong.values()
          Get a way of iterating over the values.
 IteratorLong HashMapIntLong.values()
          Get a way of iterating over the values.
 

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

Methods in org.eclipse.mat.parser.index that return IteratorLong
 IteratorLong IndexWriter.Identifier.iterator()
           
 

Methods in org.eclipse.mat.parser.index with parameters of type IteratorLong
 void IndexWriter.LongIndexStreamer.addAll(IteratorLong iterator)
           
 IIndexReader.IOne2LongIndex IndexWriter.LongIndexStreamer.writeTo(java.io.File indexFile, IteratorLong iterator)