Class IdentifierSet

java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractSet<E>
java.util.HashSet<String>
com.atlassian.crowd.embedded.impl.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: