|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.mchange.v1.util.AbstractMapEntry
com.mchange.v1.util.SimpleMapEntry
public class SimpleMapEntry
| Constructor Summary | |
|---|---|
SimpleMapEntry(java.lang.Object key,
java.lang.Object value)
|
|
| Method Summary | |
|---|---|
java.lang.Object |
getKey()
|
java.lang.Object |
getValue()
|
java.lang.Object |
setValue(java.lang.Object value)
|
| Methods inherited from class com.mchange.v1.util.AbstractMapEntry |
|---|
equals, hashCode |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface java.util.Map.Entry |
|---|
equals, hashCode |
| Constructor Detail |
|---|
public SimpleMapEntry(java.lang.Object key,
java.lang.Object value)
| Method Detail |
|---|
public java.lang.Object getKey()
getKey in interface java.util.Map.EntrygetKey in class AbstractMapEntrypublic java.lang.Object getValue()
getValue in interface java.util.Map.EntrygetValue in class AbstractMapEntrypublic java.lang.Object setValue(java.lang.Object value)
setValue in interface java.util.Map.EntrysetValue in class AbstractMapEntry
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||