Package org.javalite.common
Class CaseInsensitiveSet
- All Implemented Interfaces:
Serializable,Cloneable,Iterable<String>,Collection<String>,NavigableSet<String>,Set<String>,SortedSet<String>
A case insensitive set for
java.lang.String elements. The current implementation is based on
TreeSet, so it does not accept null keys and keeps entries ordered by case
insensitive alphabetical order of keys.- Author:
- Eric Nielsen
- See Also:
- Serialized Form
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.util.TreeSet
add, addAll, ceiling, clear, clone, comparator, contains, descendingIterator, descendingSet, first, floor, headSet, headSet, higher, isEmpty, iterator, last, lower, pollFirst, pollLast, remove, size, spliterator, subSet, subSet, tailSet, tailSetMethods inherited from class java.util.AbstractSet
equals, hashCode, removeAllMethods inherited from class java.util.AbstractCollection
containsAll, retainAll, toArray, toArray, toStringMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArray
-
Constructor Details
-
CaseInsensitiveSet
public CaseInsensitiveSet() -
CaseInsensitiveSet
-