T - the type parameterpublic class GHPersonSet<T extends GHPerson> extends HashSet<T>
GHPerson with helper lookup methods.| Constructor and Description |
|---|
GHPersonSet()
Instantiates a new Gh person set.
|
GHPersonSet(Collection<? extends T> c)
Instantiates a new Gh person set.
|
GHPersonSet(int initialCapacity)
Instantiates a new Gh person set.
|
GHPersonSet(int initialCapacity,
float loadFactor)
Instantiates a new Gh person set.
|
GHPersonSet(T... c)
Instantiates a new Gh person set.
|
| Modifier and Type | Method and Description |
|---|---|
T |
byLogin(String login)
Finds the item by its login.
|
add, clear, clone, contains, isEmpty, iterator, remove, size, spliteratorequals, hashCode, removeAlladdAll, containsAll, retainAll, toArray, toArray, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitaddAll, containsAll, equals, hashCode, removeAll, retainAll, toArray, toArrayparallelStream, removeIf, streampublic GHPersonSet()
public GHPersonSet(Collection<? extends T> c)
c - the cpublic GHPersonSet(T... c)
c - the cpublic GHPersonSet(int initialCapacity,
float loadFactor)
initialCapacity - the initial capacityloadFactor - the load factorpublic GHPersonSet(int initialCapacity)
initialCapacity - the initial capacityCopyright © 2020. All rights reserved.