Class GHPersonSet<T extends GHPerson>

    • Constructor Detail

      • GHPersonSet

        public GHPersonSet()
        Instantiates a new Gh person set.
      • GHPersonSet

        public GHPersonSet​(Collection<? extends T> c)
        Instantiates a new Gh person set.
        Parameters:
        c - the c
      • GHPersonSet

        public GHPersonSet​(T... c)
        Instantiates a new Gh person set.
        Parameters:
        c - the c
      • GHPersonSet

        public GHPersonSet​(int initialCapacity,
                           float loadFactor)
        Instantiates a new Gh person set.
        Parameters:
        initialCapacity - the initial capacity
        loadFactor - the load factor
      • GHPersonSet

        public GHPersonSet​(int initialCapacity)
        Instantiates a new Gh person set.
        Parameters:
        initialCapacity - the initial capacity
    • Method Detail

      • byLogin

        public T byLogin​(String login)
        Finds the item by its login.
        Parameters:
        login - the login
        Returns:
        the t