public class GroupKey<T> extends Object implements Comparable<GroupKey>
GroupKey(String name, T value, int rank)
int
compareTo(GroupKey o)
boolean
equals(Object o)
String
getName()
getRank()
T
getValue()
hashCode()
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public GroupKey(String name, T value, int rank)
public String getName()
public T getValue()
public int getRank()
public int compareTo(GroupKey o)
compareTo
Comparable<GroupKey>
public String toString()
toString
Object
public boolean equals(Object o)
equals
public int hashCode()
hashCode
Copyright © 2003–2015 eXo Platform SAS. All rights reserved.