public interface CharSet extends java.util.Set<java.lang.Character>, CharCollection
ISizeProvider.CollectionSize| Modifier and Type | Method and Description |
|---|---|
default boolean |
add(java.lang.Character e)
Deprecated.
|
default boolean |
contains(java.lang.Object o)
Deprecated.
|
CharSet |
copy()
A Function that does a shallow clone of the Collection itself.
|
CharIterator |
iterator()
Returns a Type-Specific Iterator to reduce (un)boxing
|
default boolean |
remChar(char o)
A Type-Specific remove function that reduces (un)boxing.
|
boolean |
remove(char o)
A Type Specific remove function to reduce boxing/unboxing
|
default boolean |
remove(java.lang.Object o)
Deprecated.
|
default CharSplititerator |
spliterator()
A Type Specific Type Splititerator to reduce boxing/unboxing
|
default CharSet |
synchronize()
Creates a Wrapped Set that is Synchronized
|
default CharSet |
synchronize(java.lang.Object mutex)
Creates a Wrapped Set that is Synchronized
|
default CharSet |
unmodifiable()
Creates a Wrapped Set that is unmodifiable
|
addAll, clear, containsAll, equals, hashCode, isEmpty, removeAll, retainAll, size, toArray, toArrayadd, 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, sizeCharIterator iterator()
CharCollectioniterator in interface CharCollectioniterator in interface CharIterableiterator 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()CharSet copy()
CharCollectioncopy in interface CharCollectionboolean remove(char o)
o - the element that should be removeddefault boolean remChar(char o)
CharCollectionremChar in interface CharCollectiono - the element that should be removedCollection.remove(Object)@Deprecated default boolean add(java.lang.Character e)
CharCollectionThis default implementation delegates to the corresponding type-specific function.
add in interface CharCollectionadd in interface java.util.Collection<java.lang.Character>add in interface java.util.Set<java.lang.Character>@Deprecated default boolean contains(java.lang.Object o)
CharCollectionThis default implementation delegates to the corresponding type-specific function.
contains in interface CharCollectioncontains in interface java.util.Collection<java.lang.Character>contains in interface java.util.Set<java.lang.Character>@Deprecated default boolean remove(java.lang.Object o)
CharCollectionThis default implementation delegates to the corresponding type-specific function.
remove in interface CharCollectionremove in interface java.util.Collection<java.lang.Character>remove in interface java.util.Set<java.lang.Character>default CharSet synchronize()
synchronize in interface CharCollectionCharSets.synchronize(speiger.src.collections.chars.sets.CharSet)default CharSet synchronize(java.lang.Object mutex)
synchronize in interface CharCollectionmutex - is the controller of the synchronization blockCharSets.synchronize(speiger.src.collections.chars.sets.CharSet)default CharSet unmodifiable()
unmodifiable in interface CharCollectionCharSets.unmodifiable(speiger.src.collections.chars.sets.CharSet)default CharSplititerator spliterator()
spliterator in interface CharCollectionspliterator in interface CharIterablespliterator 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>