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 Detail

      • remove

        void remove()