|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
ArrayLong.iterator()
get an iterator to go through the list |
IteratorLong |
SetLong.iterator()
get an iterator to go through the set |
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |