Package org.jgroups.util
Interface RequestTable.Visitor<T>
-
- Enclosing class:
- RequestTable<T>
public static interface RequestTable.Visitor<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
visit(T element)
-
-
-
Method Detail
-
visit
boolean visit(T element)
-
-