|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public static interface Double2IntMap.Entry
A type-specific Map.Entry; provides some additional methods
that use polymorphism to avoid (un)boxing.
Map.Entry| Method Summary | |
|---|---|
double |
getDoubleKey()
|
int |
getIntValue()
|
int |
setValue(int value)
|
| Methods inherited from interface java.util.Map.Entry |
|---|
equals, getKey, getValue, hashCode, setValue |
| Method Detail |
|---|
double getDoubleKey()
Map.Entry.getKey()int setValue(int value)
Map.Entry.setValue(Object)int getIntValue()
Map.Entry.getValue()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||