|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Group
Represents a group.
| Method Summary | |
|---|---|
int |
compareTo(Group o)
CompareTo must be compatible with the equals() and hashCode() methods |
boolean |
equals(java.lang.Object o)
Implementations must ensure equality based on case-insensitive getName(). |
java.lang.String |
getName()
|
int |
hashCode()
Implementations must produce a hash-code based on case-insensitive getName(). |
| Method Detail |
|---|
java.lang.String getName()
boolean equals(java.lang.Object o)
equals in class java.lang.Objecto - object to compare to.
true if and only if the names in lowercase
of the directory entities match.int hashCode()
hashCode in class java.lang.Objectint compareTo(Group o)
compareTo in interface java.lang.Comparable<Group>o - the object to be compared.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||