CharCollection
, CharSet
public 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, trimToSize
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–2019. All rights reserved.