public abstract static class ToIntMap.Entry extends java.lang.Object implements Comparable
| Constructor and Description |
|---|
ToIntMap.Entry() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
lessThan(Comparable other)
Important: this should be a strict inequality.
|
int |
setValue(int v) |
int |
value() |
public final int setValue(int v)
public final int value()
public boolean lessThan(Comparable other)
ComparablelessThan in interface Comparable