public abstract static class CharSet.Base extends CharCollection.Base implements CharSet
CharSet implementations.CharSet.Base| Constructor and Description |
|---|
Base() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitadd, addAll, clear, contains, containsAll, intSpliterator, isEmpty, remove, removeAll, retainAll, toArray, toArrayaddAllChars, addAllChars, addChar, removeIf, toCharArrayasReader, containsAllChars, containsAllChars, containsAnyChars, containsAnyChars, containsChar, forEach, forEachChar, from, from, intIterator, intStream, of, once, parallelIntStream, read, removeAllChars, removeAllChars, removeChar, removeCharsIf, retainAllChars, retainAllChars, sequencepublic boolean equals(java.lang.Object o)
equals in interface java.util.Collection<java.lang.Character>equals in interface java.util.Set<java.lang.Character>equals in class java.lang.Objectpublic int hashCode()
hashCode in interface java.util.Collection<java.lang.Character>hashCode in interface java.util.Set<java.lang.Character>hashCode in class java.lang.Object