Package com.badlogic.gdx.utils
Class ObjectLongMap.Entry<K>
- java.lang.Object
-
- com.badlogic.gdx.utils.ObjectLongMap.Entry<K>
-
- Enclosing class:
- ObjectLongMap<K>
public static class ObjectLongMap.Entry<K> extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Entry()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringtoString()
-
-
-
Field Detail
-
key
public K key
-
value
public long value
-
-