Package org.eclipse.mat.collect
Interface HashMapIntLong.Entry
-
- Enclosing class:
- HashMapIntLong
public static interface HashMapIntLong.Entry
An entry from the map
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getKey()
Get the key.long
getValue()
Get the corresponding value.
-