|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.mebigfatguy.fbcontrib.utils.MapEntry<K,V>
public class MapEntry<K,V>
a simple implementation of the Map.Entry interface
| Constructor Summary | |
|---|---|
MapEntry()
|
|
MapEntry(K k,
V v)
|
|
| Method Summary | |
|---|---|
K |
getKey()
|
V |
getValue()
|
V |
setValue(V v)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface java.util.Map.Entry |
|---|
equals, hashCode |
| Constructor Detail |
|---|
public MapEntry()
public MapEntry(K k,
V v)
| Method Detail |
|---|
public K getKey()
getKey in interface java.util.Map.Entry<K,V>public V getValue()
getValue in interface java.util.Map.Entry<K,V>public V setValue(V v)
setValue in interface java.util.Map.Entry<K,V>
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||