Android
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 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.
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 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
Copyright 2007 Google Inc. Build 0.9_r1-98467 - 14 Aug 2008 18:48