public abstract class AbstractCharSet extends AbstractCharCollection implements CharSet
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractCharSet()
Default constructor to be invoked by sub-classes.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj)
Indicates whether this collection is equal to some object.
|
int |
hashCode()
Returns a hash code value for this collection.
|
add, addAll, clear, contains, containsAll, isEmpty, remove, removeAll, retainAll, size, toArray, toArray, toString, trimToSizeclone, finalize, getClass, notify, notifyAll, wait, wait, waitadd, addAll, clear, contains, containsAll, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray, trimToSizeprotected AbstractCharSet()
public boolean equals(Object obj)
CharCollectionequals in interface CharCollectionequals in class Objectobj - the object with which to compare this collection.public int hashCode()
CharCollectionhashCode in interface CharCollectionhashCode in class ObjectCopyright © 2011–2021. All rights reserved.