加载中...
The Wayback Machine - https://sup1a9wrlpyh5li9ro.vcoronado.top/web/20090303144738/http://developer.android.com:80/reference/java/lang/Character.Subset.html
public static class

Character.Subset

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

Summary

Protected Constructors
Character.Subset(String string)
Public Methods
final boolean equals(Object object)
Compares the specified object to this Subset and returns true if they are equal.
final int hashCode()
Returns an integer hash code for the receiver.
final String toString()
Returns the string representation of this Subset.
[Expand]
Inherited Methods
From class java.lang.Object

Protected Constructors

protected Character.Subset (String string)

Public Methods

public final boolean equals (Object object)

Compares the specified object to this Subset and returns true if they are equal. The object must be the same instance of Subset.

Parameters
object the object to compare
Returns
  • true if the specified object is equal to this Subset, false otherwise
See Also

public final int hashCode ()

Returns an integer hash code for the receiver. Objects which are equal answer the same value for this method.

Returns
  • the receiver's hash
See Also

public final String toString ()

Returns the string representation of this Subset.

Returns
  • the string representation of this Subset