Package | Description |
---|---|
org.eclipse.mat.collect |
Collections optimized for keys and values of ints and longs.
|
org.eclipse.mat.parser.index |
Implementations for handling indexes.
|
Modifier and Type | Method and Description |
---|---|
IteratorInt |
SetInt.iterator()
get an iterator to go through the set
|
IteratorInt |
ArrayInt.iterator()
get an iterator to go through the list
|
IteratorInt |
HashMapIntLong.keys()
Get a way of iterating over the keys
|
IteratorInt |
HashMapIntObject.keys()
Get a way of iterating over the keys
|
Modifier and Type | Method and Description |
---|---|
IIndexReader.IOne2OneIndex |
IndexWriter.IntIndexStreamer.writeTo(DataOutputStream out,
long position,
IteratorInt iterator) |
IIndexReader.IOne2OneIndex |
IndexWriter.IntIndexStreamer.writeTo(File indexFile,
IteratorInt iterator) |