Package ipsk.swing.symbols
Class CharHash
- java.lang.Object
-
- java.util.Dictionary<K,V>
-
- java.util.Hashtable
-
- ipsk.swing.symbols.CharHash
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Cloneable,java.util.Map
public class CharHash extends java.util.HashtableACharHashis aHashtablewhere the key is the label for a button in the character window and the value is the tool tip text for this button. In addition to the methods inherited fromHashtableit provides a method which returns a sortedEnumerationof the contained keys.- Version:
- $Revision: 1.1 $
- Author:
- Simone Leonardi
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CharHash()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.EnumerationsortedKeys()Returns an alphabetically sortedEnumerationof the contained keys.-
Methods inherited from class java.util.Hashtable
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
-
-