Interface NameableContainer<T extends Nameable>

    • Method Detail

      • getCount

        int getCount()
        Get the number of members in this container
        Returns:
      • getSize

        int getSize()
        Get the maximum size of the container.
        Returns:
      • getMembers

        T[] getMembers()
        Get the members in this container
        Returns:
      • findByName

        T findByName​(String name)
        Find a nameable by name
        Parameters:
        name - the name
        Returns: