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 |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
IteratorLong |
IndexWriter.Identifier.iterator() |
Modifier and Type | Method and Description |
---|---|
void |
IndexWriter.LongIndexStreamer.addAll(IteratorLong iterator) |
IIndexReader.IOne2LongIndex |
IndexWriter.LongIndexStreamer.writeTo(File indexFile,
IteratorLong iterator) |