public class CaseInsensitiveTreeSet extends TreeSet
Constructor and Description |
---|
CaseInsensitiveTreeSet() |
CaseInsensitiveTreeSet(boolean ascendingOrder) |
CaseInsensitiveTreeSet(boolean ascendingOrder,
Collection c) |
CaseInsensitiveTreeSet(boolean ascendingOrder,
SortedSet set) |
CaseInsensitiveTreeSet(Collection c) |
CaseInsensitiveTreeSet(SortedSet set) |
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 CaseInsensitiveTreeSet()
public CaseInsensitiveTreeSet(boolean ascendingOrder)
public CaseInsensitiveTreeSet(Collection c)
public CaseInsensitiveTreeSet(boolean ascendingOrder, Collection c)
public CaseInsensitiveTreeSet(SortedSet set)
public CaseInsensitiveTreeSet(boolean ascendingOrder, SortedSet set)
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.