public class CaseInsensitiveSet extends TreeSet<String>
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.Constructor and Description |
---|
CaseInsensitiveSet() |
CaseInsensitiveSet(Collection<? extends String> c) |
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, tailSet
equals, hashCode, removeAll
containsAll, retainAll, toArray, toArray, toString
finalize, getClass, notify, notifyAll, wait, wait, wait
containsAll, equals, hashCode, removeAll, retainAll, toArray, toArray
parallelStream, removeIf, stream
public CaseInsensitiveSet()
public CaseInsensitiveSet(Collection<? extends String> c)
Copyright © 2019 JavaLite. All rights reserved.