public class GHPersonSet<T extends GHPerson>
extends java.util.HashSet<T>
GHPerson with helper lookup methods.| Constructor and Description |
|---|
GHPersonSet() |
GHPersonSet(java.util.Collection<? extends T> c) |
GHPersonSet(int initialCapacity) |
GHPersonSet(int initialCapacity,
float loadFactor) |
GHPersonSet(T... c) |
| Modifier and Type | Method and Description |
|---|---|
T |
byLogin(java.lang.String login)
Finds the item by its login.
|
add, clear, clone, contains, isEmpty, iterator, remove, size, spliteratoraddAll, containsAll, retainAll, toArray, toArray, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitpublic GHPersonSet()
public GHPersonSet(java.util.Collection<? extends T> c)
public GHPersonSet(T... c)
public GHPersonSet(int initialCapacity,
float loadFactor)
public GHPersonSet(int initialCapacity)
public T byLogin(java.lang.String login)
Copyright © 2016. All Rights Reserved.