Package org.opends.server.api
Class Group.ExaminedGroups
java.lang.Object
org.opends.server.api.Group.ExaminedGroups
- Enclosing interface:
- Group
Class holding the already visited groups.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclear()Clears the collection of examined groups.booleanhasBeenExamined(Group group) Returns whether the provided group has already been examined.
-
Constructor Details
-
ExaminedGroups
public ExaminedGroups()
-
-
Method Details
-
hasBeenExamined
Returns whether the provided group has already been examined.- Parameters:
group- the group to verify- Returns:
trueif the provided group has already been examined,falseotherwise
-
clear
public void clear()Clears the collection of examined groups.
-