Class MapProxy.NonNullMapEntryIterator<A,B>

java.lang.Object
eu.bandm.tools.util.nonnull.MapProxy.NonNullMapEntryIterator<A,B>
Type Parameters:
A - the type of the keys
B - the type of the values
All Implemented Interfaces:
Iterator<Map.Entry<A,B>>
Enclosing class:
MapProxy<K,V>

static class MapProxy.NonNullMapEntryIterator<A,B> extends Object implements Iterator<Map.Entry<A,B>>
Proxy, not directy accessible by the user.
  • Field Details

    • peer

      protected Iterator<Map.Entry<A,B>> peer
      The object from JDK runtime which makes the real work.
  • Constructor Details

    • NonNullMapEntryIterator

      NonNullMapEntryIterator(Iterator<Map.Entry<A,B>> peer)
      Not directly accessible by the user.
      Parameters:
      peer - The object from JDK runtime which makes the real work.
  • Method Details