public interface CharSet extends CharCollection, Set<Character>
Set
specialization with char
elements.CharSetFactory
Modifier and Type | Method and Description |
---|---|
boolean |
add(Character e)
Deprecated.
Use specialization
CharCollection.add(char) instead |
add, contains, contains, cursor, forEach, forEachWhile, iterator, remove, removeChar, removeIf, toArray, toArray, toArray, toCharArray
clear, ensureCapacity, isEmpty, shrink, size, sizeAsLong
@Deprecated boolean add(@Nonnull Character e)
CharCollection.add(char)
insteadCharCollection.add(Character)
.add
in interface CharCollection
add
in interface Collection<Character>
add
in interface Set<Character>
e
- element whose presence in this collection is to be ensured