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
-
Method Summary
Modifier and TypeMethodDescriptionvoid
clear()
Clears the collection of examined groups.boolean
hasBeenExamined
(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:
true
if the provided group has already been examined,false
otherwise
-
clear
public void clear()Clears the collection of examined groups.
-