Class MapEntry<K,​V>

    • Constructor Detail

      • MapEntry

        public MapEntry​(K key,
                        V value)
      • MapEntry

        public MapEntry()
    • Method Detail

      • getKey

        public K getKey()
        Description copied from interface: KeyObject
        Returns the key of the object
        Specified by:
        getKey in interface KeyObject<K>
        Returns:
        the key for this object
      • setKey

        public void setKey​(K key)
      • getValue

        public V getValue()
      • setValue

        public void setValue​(V value)
      • put

        public <M extends Map<K,​V>> V put​(M map)