Package org.jgroups.util
Class Table.NumDeliverable
java.lang.Object
org.jgroups.util.Table.NumDeliverable
- All Implemented Interfaces:
Table.Visitor<T>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintbooleanIteration over the table, used byTable.forEach(long,long,org.jgroups.util.Table.Visitor).
-
Field Details
-
num_deliverable
protected int num_deliverable
-
-
Constructor Details
-
NumDeliverable
protected NumDeliverable()
-
-
Method Details
-
getResult
public int 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<T>- 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
-