public class GHPersonSet<T extends GHPerson> extends HashSet<T>
GHPerson with helper lookup methods.| Constructor and Description |
|---|
GHPersonSet() |
GHPersonSet(Collection<? extends T> c) |
GHPersonSet(int initialCapacity) |
GHPersonSet(int initialCapacity,
float loadFactor) |
GHPersonSet(T... c) |
| Modifier and Type | Method and Description |
|---|---|
T |
byLogin(String login)
Finds the item by its login.
|
add, clear, clone, contains, isEmpty, iterator, remove, sizeequals, hashCode, removeAlladdAll, containsAll, retainAll, toArray, toArray, toStringpublic GHPersonSet()
public GHPersonSet(Collection<? extends T> c)
public GHPersonSet(T... c)
public GHPersonSet(int initialCapacity,
float loadFactor)
public GHPersonSet(int initialCapacity)
Copyright © 2016. All Rights Reserved.