public interface Permission
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object another)
Returns true if the object passed matches the permission represented
in this interface.
|
String |
toString()
Prints a string representation of this permission.
|
boolean equals(Object another)
equals in class Objectanother - the Permission object to compare with.Object.hashCode(),
HashMapDracula Javadoc Sample, Made with Allan Im.