V - The value typepublic class IntTreeMap<V>
extends com.badlogic.gdx.utils.IntMap<V>
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
IntTreeMap.SortedKeys  | 
| Constructor and Description | 
|---|
IntTreeMap()  | 
IntTreeMap(int initialCapacity)  | 
IntTreeMap(int initialCapacity,
          float loadFactor)  | 
IntTreeMap(com.badlogic.gdx.utils.IntMap<? extends V> map)  | 
| Modifier and Type | Method and Description | 
|---|---|
com.badlogic.gdx.utils.IntMap.Keys | 
ascendingKeys()  | 
void | 
clear()  | 
void | 
clear(int maximumCapacity)  | 
com.badlogic.gdx.utils.IntMap.Keys | 
descendingKeys()  | 
V | 
put(int key,
   V value)  | 
void | 
putAll(com.badlogic.gdx.utils.IntMap<V> map)  | 
V | 
remove(int key)  | 
containsKey, containsValue, ensureCapacity, entries, equals, findKey, get, get, hashCode, iterator, keys, shrink, toString, valuespublic IntTreeMap()
public IntTreeMap(int initialCapacity)
public IntTreeMap(int initialCapacity,
                  float loadFactor)
public IntTreeMap(com.badlogic.gdx.utils.IntMap<? extends V> map)
public void putAll(com.badlogic.gdx.utils.IntMap<V> map)
putAll in class com.badlogic.gdx.utils.IntMap<V>public void clear()
clear in class com.badlogic.gdx.utils.IntMap<V>public void clear(int maximumCapacity)
clear in class com.badlogic.gdx.utils.IntMap<V>public com.badlogic.gdx.utils.IntMap.Keys ascendingKeys()
public com.badlogic.gdx.utils.IntMap.Keys descendingKeys()