Interface NullAwareMapIterator.NullMapEntry<K,V>

All Superinterfaces:
Map.Entry<K,V>
Enclosing class:
NullAwareMapIterator<K,V>

public static interface NullAwareMapIterator.NullMapEntry<K,V> extends Map.Entry<K,V>
A Map Entry that the entry key is always null.
  • Method Details

    • getKey

      default K getKey()
      Specified by:
      getKey in interface Map.Entry<K,V>
    • remove

      void remove()