Android APIs
public static class

Character.Subset

extends Object
java.lang.Object
   ↳ java.lang.Character.Subset
Known Direct Subclasses

Summary

Protected Constructors
Character.Subset(String name)
Constructs a new Subset.
Public Methods
final boolean equals(Object object)
Compares this character subset for identity with the specified object.
final int hashCode()
Returns this subset's hash code, which is the hash code computed by hashCode().
final String toString()
Returns this subset's name.
[Expand]
Inherited Methods
From class java.lang.Object

Protected Constructors

protected Character.Subset (String name)

Added in API level 1

Constructs a new Subset.

Public Methods

public final boolean equals (Object object)

Added in API level 1

Compares this character subset for identity with the specified object.

Parameters
object the object to compare this instance with.
Returns
  • true if the specified object is equal to this Object; false otherwise.

public final int hashCode ()

Added in API level 1

Returns this subset's hash code, which is the hash code computed by hashCode().

Returns
  • this object's hash code.

public final String toString ()

Added in API level 1

Returns this subset's name.

Returns
  • a printable representation of this object.