Package org.jgroups.util
Class Table.Remover<R>
java.lang.Object
org.jgroups.util.Table.Remover<R>
- All Implemented Interfaces:
Table.Visitor<T>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final intprotected final booleanprotected intprotected Rprotected BiConsumer<R, T> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanIteration over the table, used byTable.forEach(long,long,org.jgroups.util.Table.Visitor).
-
Field Details
-
nullify
protected final boolean nullify -
max_results
protected final int max_results -
num_results
protected int num_results -
filter
-
result
-
result_creator
-
result_accumulator
-
-
Constructor Details
-
Remover
-
-
Method Details
-
getResult
-
visit
Description copied from interface:Table.VisitorIteration over the table, used byTable.forEach(long,long,org.jgroups.util.Table.Visitor).- Specified by:
visitin interfaceTable.Visitor<R>- Parameters:
seqno- The current seqnoelement- The element at matrix[row][column]row- The current rowcolumn- The current column- Returns:
- True if we should continue the iteration, false if we should break out of the iteration
-