org.kohsuke.github
Class GHPersonSet<T extends GHPerson>
java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractSet<E>
java.util.HashSet<T>
org.kohsuke.github.GHPersonSet<T>
- All Implemented Interfaces:
- Serializable, Cloneable, Iterable<T>, Collection<T>, Set<T>
public final class GHPersonSet<T extends GHPerson>
- extends HashSet<T>
Set of GHPerson with helper lookup methods.
- Author:
- Kohsuke Kawaguchi
- See Also:
- Serialized Form
GHPersonSet
public GHPersonSet()
GHPersonSet
public GHPersonSet(Collection<? extends T> c)
GHPersonSet
public GHPersonSet(T... c)
GHPersonSet
public GHPersonSet(int initialCapacity,
float loadFactor)
GHPersonSet
public GHPersonSet(int initialCapacity)
byLogin
public T byLogin(String login)
- Finds the item by its login.
Copyright © 2012. All Rights Reserved.