Class Group.ExaminedGroups

  • Enclosing interface:
    Group

    public static class Group.ExaminedGroups
    extends Object
    Class holding the already visited groups.
    • Constructor Detail

      • ExaminedGroups

        public ExaminedGroups()
    • Method Detail

      • hasBeenExamined

        public boolean hasBeenExamined​(Group group)
        Returns whether the provided group has already been examined.
        Parameters:
        group - the group to verify
        Returns:
        true if the provided group has already been examined, false otherwise
      • clear

        public void clear()
        Clears the collection of examined groups.