public interface CharSortedSet extends CharSet, java.util.SortedSet<java.lang.Character>
ISizeProvider.CollectionSize| Modifier and Type | Method and Description |
|---|---|
CharComparator |
comparator()
A Type Specific Comparator method
|
CharSortedSet |
copy()
A Function that does a shallow clone of the Collection itself.
|
default java.lang.Character |
first()
Deprecated.
|
char |
firstChar()
A method to get the first element in the set
|
CharSortedSet |
headSet(char toElement)
A Type Specific HeadSet method to reduce boxing/unboxing
|
default CharSortedSet |
headSet(java.lang.Character toElement)
Deprecated.
|
CharBidirectionalIterator |
iterator()
Returns a Type-Specific Iterator to reduce (un)boxing
|
CharBidirectionalIterator |
iterator(char fromElement)
A type Specific Iterator starting from a given key
|
default java.lang.Character |
last()
Deprecated.
|
char |
lastChar()
A method to get the last element in the set
|
char |
pollFirstChar()
A method to get and remove the first element in the set
|
char |
pollLastChar()
A method to get and remove the last element in the set
|
default CharSplititerator |
spliterator()
A Type Specific Type Splititerator to reduce boxing/unboxing
|
default CharSortedSet |
subSet(java.lang.Character fromElement,
java.lang.Character toElement)
Deprecated.
|
CharSortedSet |
subSet(char fromElement,
char toElement)
A Type Specific SubSet method to reduce boxing/unboxing
|
default CharSortedSet |
synchronize()
Creates a Wrapped SortedSet that is Synchronized
|
default CharSortedSet |
synchronize(java.lang.Object mutex)
Creates a Wrapped SortedSet that is Synchronized
|
CharSortedSet |
tailSet(char fromElement)
A Type Specific TailSet method to reduce boxing/unboxing
|
default CharSortedSet |
tailSet(java.lang.Character fromElement)
Deprecated.
|
default CharSortedSet |
unmodifiable()
Creates a Wrapped SortedSet that is unmodifiable
|
add, contains, remChar, remove, removeadd, addAll, addAll, addAll, addAll, contains, containsAll, containsAny, containsAny, parallelPrimitiveStream, pour, primitiveStream, remIf, removeAll, removeAll, removeIf, retainAll, retainAll, toCharArray, toCharArrayarrayflatMap, asAsync, count, distinct, filter, findFirst, flatMap, forEach, forEach, forEach, forEachIndexed, limit, map, matchesAll, matchesAny, matchesNone, peek, pourAsList, pourAsSet, reduce, reduce, repeat, sortedof, sizeCharComparator comparator()
comparator in interface java.util.SortedSet<java.lang.Character>CharSortedSet copy()
CharCollectioncopy in interface CharCollectioncopy in interface CharSetCharBidirectionalIterator iterator()
CharCollectioniterator in interface CharCollectioniterator in interface CharIterableiterator in interface CharSetiterator in interface java.util.Collection<java.lang.Character>iterator in interface java.lang.Iterable<java.lang.Character>iterator in interface java.util.Set<java.lang.Character>Collection.iterator()CharBidirectionalIterator iterator(char fromElement)
fromElement - the element the iterator should start fromjava.util.NoSuchElementException - if fromElement isn't founddefault CharSortedSet synchronize()
synchronize in interface CharCollectionsynchronize in interface CharSetCharSets.synchronize(speiger.src.collections.chars.sets.CharSet)default CharSortedSet synchronize(java.lang.Object mutex)
synchronize in interface CharCollectionsynchronize in interface CharSetmutex - is the controller of the synchronization blockCharSets.synchronize(speiger.src.collections.chars.sets.CharSet)default CharSortedSet unmodifiable()
unmodifiable in interface CharCollectionunmodifiable in interface CharSetCharSets.unmodifiable(speiger.src.collections.chars.sets.CharSet)default CharSplititerator spliterator()
spliterator in interface CharCollectionspliterator in interface CharIterablespliterator in interface CharSetspliterator in interface java.util.Collection<java.lang.Character>spliterator in interface java.lang.Iterable<java.lang.Character>spliterator in interface java.util.Set<java.lang.Character>spliterator in interface java.util.SortedSet<java.lang.Character>CharSortedSet subSet(char fromElement, char toElement)
fromElement - where the SubSet should starttoElement - where the SubSet should endCharSortedSet headSet(char toElement)
toElement - where the HeadSet should endCharSortedSet tailSet(char fromElement)
fromElement - where the TailSet should startchar firstChar()
char pollFirstChar()
char lastChar()
char pollLastChar()
@Deprecated default CharSortedSet subSet(java.lang.Character fromElement, java.lang.Character toElement)
subSet in interface java.util.SortedSet<java.lang.Character>@Deprecated default CharSortedSet headSet(java.lang.Character toElement)
headSet in interface java.util.SortedSet<java.lang.Character>@Deprecated default CharSortedSet tailSet(java.lang.Character fromElement)
tailSet in interface java.util.SortedSet<java.lang.Character>@Deprecated default java.lang.Character first()
first in interface java.util.SortedSet<java.lang.Character>@Deprecated default java.lang.Character last()
last in interface java.util.SortedSet<java.lang.Character>