Android
java.security.acl
public interface

java.security.acl.Permission

java.security.acl.Permission

Summary

Public Methods

          boolean  equals(Object another)
Compares the argument to the receiver, and returns true if they represent the same object using a class specific comparison.
          String  toString()
Returns a string containing a concise, human-readable description of the receiver.

Details

Public Methods

public boolean equals(Object another)

Compares the argument to the receiver, and returns true if they represent the same object using a class specific comparison. The implementation in Object returns true only if the argument is the exact same object as the receiver (==).

Parameters

another Object the object to compare with this object.

Returns

  • boolean true if the object is the same as this object false if it is different from this object.

public String toString()

Returns a string containing a concise, human-readable description of the receiver.

Returns

  • String a printable representation for the receiver.
Copyright 2007 Google Inc. Build 0.9_r1-98467 - 14 Aug 2008 18:48