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, 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)
public GHPersonSet(T... c)
public GHPersonSet(int initialCapacity,
float loadFactor)
public GHPersonSet(int initialCapacity)
Copyright © 2017. All rights reserved.