Class MapProxy.NonNullMapEntry<A,B>

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

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

    • peer

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

    • NonNullMapEntry

      public NonNullMapEntry(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