Uses of Interface
com.espertech.esper.common.internal.collection.apachecommons.MapIterator
Packages that use MapIterator
Package
Description
Apache commons collection classes such as for soft-reference map implementation
-
Uses of MapIterator in com.espertech.esper.common.internal.collection.apachecommons
Classes in com.espertech.esper.common.internal.collection.apachecommons that implement MapIteratorModifier and TypeClassDescriptionprotected static class
MapIterator implementation.class
Provides an implementation of an empty map iterator.Fields in com.espertech.esper.common.internal.collection.apachecommons declared as MapIteratorModifier and TypeFieldDescriptionstatic final MapIterator
EmptyMapIterator.INSTANCE
Singleton instance of the iterator.Methods in com.espertech.esper.common.internal.collection.apachecommons that return MapIteratorModifier and TypeMethodDescriptionAbstractHashedMap.mapIterator()
Gets an iterator over the map.AbstractReferenceMap.mapIterator()
Gets a MapIterator over the reference map.IterableMap.mapIterator()
Obtains aMapIterator
over the map.