public static class GenericMapAdapter.KeyValuePair<K,V> extends Object
| Constructor and Description |
|---|
KeyValuePair() |
KeyValuePair(K key,
V value) |
KeyValuePair(Map.Entry<K,V> entry) |
| Modifier and Type | Method and Description |
|---|---|
Collection |
getCollectionValue() |
K |
getKey() |
Map |
getMapValue() |
V |
getValue() |
public K getKey()
public V getValue()
public Collection getCollectionValue()
public Map getMapValue()
Copyright © 2014–2015. All rights reserved.