Package org.opends.server.api
Class Group.ExaminedGroups
- java.lang.Object
-
- org.opends.server.api.Group.ExaminedGroups
-
- Enclosing interface:
- Group<T extends GroupImplementationCfg>
public static class Group.ExaminedGroups extends Object
Class holding the already visited groups.
-
-
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
toehrwise
-
clear
public void clear()
Clears the collection of examined groups.
-
-