public class IndexableTable<V>
extends java.util.HashMap<java.lang.Integer,V>
Constructor and Description |
---|
IndexableTable() |
Modifier and Type | Method and Description |
---|---|
int |
lastIndexOf(V val) |
V |
put(java.lang.Integer key,
V value) |
V |
remove(java.lang.Object key) |
int |
size() |
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, putAll, putIfAbsent, remove, replace, replace, replaceAll, values