English | Site Directory

Android - An Open Handset Alliance Project

java.lang
public static class

java.lang.Character.Subset

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 answers true if they are equal.
    final    int  hashCode()
Answers an integer hash code for the receiver.
    final    String  toString()
Answers the string representation of this Subset.
Methods inherited from class java.lang.Object

Details

Protected Constructors

protected Character.Subset(String string)

Public Methods

public final boolean equals(Object object)

Compares the specified object to this Subset and answers 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()

Answers 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()

Answers the string representation of this Subset.

Returns

  • the string representation of this Subset
Build m5-rc15i - 10 Jun 2008 13:54