CharCollection, CharSetpublic abstract class AbstractCharSet extends AbstractCharCollection implements CharSet
| Modifier | Constructor | Description |
|---|---|---|
protected |
AbstractCharSet() |
Default constructor to be invoked by sub-classes.
|
| Modifier and Type | Method | 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, trimToSizeadd, 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–2019. All rights reserved.