Interface MapEntry<K,V>
-
public interface MapEntry<K,V>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description KgetKey()VgetValue()voidsetKey(K key)voidsetValue(V value)
-
public interface MapEntry<K,V>
| Modifier and Type | Method | Description |
|---|---|---|
K |
getKey() |
|
V |
getValue() |
|
void |
setKey(K key) |
|
void |
setValue(V value) |