public static class TAbstractMap.SimpleEntry<K,V> extends Object implements TMap.Entry<K,V>, TSerializable
Constructor and Description |
---|
SimpleEntry(K key,
V value) |
SimpleEntry(TMap.Entry<? extends K,? extends V> entry) |
public SimpleEntry(TMap.Entry<? extends K,? extends V> entry)
public V getValue()
getValue
in interface TMap.Entry<K,V>
public K getKey()
getKey
in interface TMap.Entry<K,V>
Copyright © 2019. All rights reserved.