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 Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default K
getKey()
void
remove()
-