Class Group.ExaminedGroups

    • 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 toehrwise
      • clear

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