Class Group.ExaminedGroups

java.lang.Object
org.opends.server.api.Group.ExaminedGroups
Enclosing interface:
Group

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

    • ExaminedGroups

      public ExaminedGroups()
  • Method Details

    • 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.