public abstract class AbstractCharSet extends AbstractCharIterable implements com.gs.collections.api.set.primitive.CharSet
| Constructor and Description |
|---|
AbstractCharSet() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj)
Follows the same general contract as
Set.equals(Object). |
abstract int |
hashCode()
Follows the same general contract as
Set.hashCode(). |
appendString, appendString, asLazy, average, containsAll, containsAll, isEmpty, makeString, makeString, makeString, maxIfEmpty, median, minIfEmpty, notEmpty, toBag, toList, toSet, toSortedArray, toSortedList, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitcollect, freeze, reject, select, toImmutableallSatisfy, anySatisfy, asLazy, average, charIterator, contains, containsAll, containsAll, count, detectIfNone, each, forEach, injectInto, max, maxIfEmpty, median, min, minIfEmpty, noneSatisfy, sum, toArray, toBag, toList, toSet, toSortedArray, toSortedListpublic boolean equals(java.lang.Object obj)
com.gs.collections.api.set.primitive.CharSetSet.equals(Object).equals in interface com.gs.collections.api.set.primitive.CharSetequals in class java.lang.Objectpublic abstract int hashCode()
com.gs.collections.api.set.primitive.CharSetSet.hashCode().hashCode in interface com.gs.collections.api.set.primitive.CharSethashCode in class java.lang.Object