Class IdentifierSet

All Implemented Interfaces:
Serializable, Cloneable, Iterable<String>, Collection<String>, Set<String>

public class IdentifierSet extends HashSet<String>
This class behaves like a HashSet with lower-case String values. All element arguments are lower-cased before further processing.
See Also: