|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.util.AbstractCollection<E>
java.util.AbstractSet<E>
java.util.HashSet<T>
org.kohsuke.github.GHPersonSet<T>
public final class GHPersonSet<T extends GHPerson>
Set of GHPerson with helper lookup methods.
| Constructor Summary | |
|---|---|
GHPersonSet()
|
|
GHPersonSet(Collection<? extends T> c)
|
|
GHPersonSet(int initialCapacity)
|
|
GHPersonSet(int initialCapacity,
float loadFactor)
|
|
| Method Summary | |
|---|---|
T |
byLogin(String login)
Finds the item by its login. |
| 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 |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface java.util.Set |
|---|
addAll, containsAll, equals, hashCode, removeAll, retainAll, toArray, toArray |
| Constructor Detail |
|---|
public GHPersonSet()
public GHPersonSet(Collection<? extends T> c)
public GHPersonSet(int initialCapacity,
float loadFactor)
public GHPersonSet(int initialCapacity)
| Method Detail |
|---|
public T byLogin(String login)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||