English | Site Directory

Android - An Open Handset Alliance Project

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 answers true if they represent the same object using a class specific comparison.
        String  toString()
Answers 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 answers true if they represent the same object using a class specific comparison. The implementation in Object answers true only if the argument is the exact same object as the receiver (==).

Parameters

another Object the object to compare with this object.

public String toString()

Answers a string containing a concise, human-readable description of the receiver.
Build m5-rc15i - 10 Jun 2008 13:54