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, trimToSize
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
add, addAll, clear, contains, containsAll, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray, trimToSize
protected AbstractCharSet()
public boolean equals(Object obj)
CharCollection
equals
in interface CharCollection
equals
in class Object
obj
- the object with which to compare this collection.public int hashCode()
CharCollection
hashCode
in interface CharCollection
hashCode
in class Object
Copyright © 2011–2021. All rights reserved.