Class LinkedOptionalMap.KeyValue<K,​V>

  • Type Parameters:
    K - key type.
    V - value type.
    Enclosing class:
    LinkedOptionalMap<K,​V>

    public static final class LinkedOptionalMap.KeyValue<K,​V>
    extends Object
    Key-value pairs stored by the underlying map.
    • Method Detail

      • getKey

        public K getKey()
      • getValue

        public V getValue()