public class ColorHash extends Hashtable<String,Color>
| Modifier and Type | Field and Description |
|---|---|
private static Color[] |
COLOR |
private static String[] |
COLORNAME |
| Constructor and Description |
|---|
ColorHash() |
| Modifier and Type | Method and Description |
|---|---|
Color |
get(String key) |
static void |
main(String[] arg) |
clear, clone, compute, computeIfAbsent, computeIfPresent, contains, containsKey, containsValue, elements, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keys, keySet, merge, put, putAll, putIfAbsent, rehash, remove, remove, replace, replace, replaceAll, size, toString, values