Package com.google.gerrit.entities
Class AccountGroup.NameKey
- java.lang.Object
-
- com.google.gerrit.entities.AccountGroup.NameKey
-
- All Implemented Interfaces:
Comparable<AccountGroup.NameKey>
- Enclosing class:
- AccountGroup
public abstract static class AccountGroup.NameKey extends Object implements Comparable<AccountGroup.NameKey>
Group name key
-
-
Constructor Summary
Constructors Constructor Description NameKey()
-
-
-
Method Detail
-
get
public String get()
-
compareTo
public final int compareTo(AccountGroup.NameKey o)
- Specified by:
compareTo
in interfaceComparable<AccountGroup.NameKey>
-
-