Class SubjectCaseInsensitiveSetImpl<E>

java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractSet<E>
java.util.HashSet<E>
java.util.LinkedHashSet<E>
edu.internet2.middleware.subject.SubjectCaseInsensitiveSetImpl<E>
Type Parameters:
E - type of set
All Implemented Interfaces:
SubjectCaseInsensitiveSet, Serializable, Cloneable, Iterable<E>, Collection<E>, Set<E>

public class SubjectCaseInsensitiveSetImpl<E> extends LinkedHashSet<E> implements SubjectCaseInsensitiveSet
linked hash map with case insensitive matching and tolower attribute names (e.g. for keyset)
See Also: