|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.AbstractCollection
java.util.AbstractSet
java.util.HashSet
com.hp.hpl.guess.util.AnnoHashSet
com.hp.hpl.guess.util.SortableHashSet
| Field Summary | |
Comparable |
key
|
| Fields inherited from class com.hp.hpl.guess.util.AnnoHashSet |
annotation |
| Constructor Summary | |
SortableHashSet(Comparable key)
|
|
SortableHashSet(Field f,
Comparable key)
|
|
SortableHashSet(String f,
Comparable key)
|
|
| Method Summary | |
int |
compareTo(Object o)
|
| Methods inherited from class java.util.HashSet |
add, clear, clone, contains, isEmpty, iterator, remove, size |
| Methods inherited from class java.util.AbstractSet |
equals, hashCode, removeAll |
| Methods inherited from class java.util.AbstractCollection |
addAll, containsAll, retainAll, toArray, toArray, toString |
| Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface java.util.Set |
addAll, containsAll, equals, hashCode, removeAll, retainAll, toArray, toArray |
| Field Detail |
public Comparable key
| Constructor Detail |
public SortableHashSet(Comparable key)
public SortableHashSet(String f,
Comparable key)
public SortableHashSet(Field f,
Comparable key)
| Method Detail |
public int compareTo(Object o)
compareTo in interface Comparable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||