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, toCharArrayclear, ensureCapacity, isEmpty, shrink, size, sizeAsLong@Deprecated boolean add(@Nonnull Character e)
CharCollection.add(char) insteadCharCollection.add(Character).add in interface CharCollectionadd in interface Collection<Character>add in interface Set<Character>e - element whose presence in this collection is to be ensured