Package | Description |
---|---|
com.espertech.esper.collection.apachecommons |
Apache commons collection classes such as for soft-reference map implementation
|
Modifier and Type | Class and Description |
---|---|
protected static class |
AbstractHashedMap.HashMapIterator
MapIterator implementation.
|
class |
EmptyMapIterator
Provides an implementation of an empty map iterator.
|
Modifier and Type | Field and Description |
---|---|
static MapIterator |
EmptyMapIterator.INSTANCE
Singleton instance of the iterator.
|
Modifier and Type | Method and Description |
---|---|
MapIterator |
IterableMap.mapIterator()
Obtains a
MapIterator over the map. |
MapIterator |
AbstractReferenceMap.mapIterator()
Gets a MapIterator over the reference map.
|
MapIterator |
AbstractHashedMap.mapIterator()
Gets an iterator over the map.
|