|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjasi.sim.basic.table.ConditionMap.Entry
public final class ConditionMap.Entry
Entry in a condition map.
| Method Summary | |
|---|---|
K |
getKey()
|
V |
getValue()
|
V |
setValue(V value)
|
| 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 |
| Method Detail |
|---|
public K getKey()
getKey in interface java.util.Map.Entry<K,V>Map.Entry.getKey()public V getValue()
getValue in interface java.util.Map.Entry<K,V>Map.Entry.getValue()public V setValue(V value)
setValue in interface java.util.Map.Entry<K,V>value - The new value.
Map.Entry.setValue(Object)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||