Package org.opends.server.api
Class Group.ExaminedGroups
- java.lang.Object
-
- org.opends.server.api.Group.ExaminedGroups
-
-
Constructor Summary
Constructors Constructor Description ExaminedGroups()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
clear()
Clears the collection of examined groups.boolean
hasBeenExamined​(Group group)
Returns whether the provided group has already been examined.
-
-
-
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.
-
-