Class MapEntry<V>

All Implemented Interfaces:
Optional<V>

public final class MapEntry<V> extends LazyDelegatingOptional<V>
An Optional element of a Map. This is present if the given Map contains a non-null value for the given key.
  • Constructor Details

    • MapEntry

      public MapEntry(Map<? super K,? extends V> map, K key)