java.lang.Object | |
↳ | java.lang.Character.Subset |
Known Direct Subclasses |
Protected Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Constructs a new
Subset . |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Compares this character subset with the specified object.
| |||||||||||
Returns the integer hash code for this character subset.
| |||||||||||
Returns the string representation of this subset.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|
Constructs a new Subset
.
string | this subset's name. |
---|
Compares this character subset with the specified object. Uses
equals(Object)
to do the comparison.
object | the object to compare this character subset with. |
---|
true
if object
is this subset, that is, if
object == this
; false
otherwise.
Returns the integer hash code for this character subset.
hashCode()
.
Returns the string representation of this subset.