Package eu.bandm.tools.util.nonnull
Class MapProxy.NonNullMapEntryIterator<A,B>
java.lang.Object
eu.bandm.tools.util.nonnull.MapProxy.NonNullMapEntryIterator<A,B>
- Type Parameters:
A- the type of the keysB- the type of the values
static class MapProxy.NonNullMapEntryIterator<A,B>
extends Object
implements Iterator<Map.Entry<A,B>>
Proxy, not directy accessible by the user.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionNonNullMapEntryIterator(Iterator<Map.Entry<A, B>> peer) Not directly accessible by the user. -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Iterator
forEachRemaining
-
Field Details
-
peer
The object from JDK runtime which makes the real work.
-
-
Constructor Details
-
NonNullMapEntryIterator
Not directly accessible by the user.- Parameters:
peer- The object from JDK runtime which makes the real work.
-
-
Method Details