public static interface MapIF.Entry
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Compares the specified object with this entry for equality.
|
int |
getKey()
Returns the key corresponding to this entry.
|
float |
getValue()
Returns the value corresponding to this entry.
|
int |
hashCode()
Returns the hash code value for this map entry.
|
float |
setValue(float value)
Replaces the value corresponding to this entry with the specified value, and write through to
the backing map.
|
int getKey()
float getValue()
float setValue(float value)
value - new value to be stored in this entryboolean equals(Object o)
Copyright © 2014. All rights reserved.