public static interface Table.Visitor<T>
Modifier and Type | Method and Description |
---|---|
boolean |
visit(long seqno,
T element,
int row,
int column)
Iteration over the table, used by
Table.forEach(long,long,org.jgroups.util.Table.Visitor) . |
boolean visit(long seqno, T element, int row, int column)
Table.forEach(long,long,org.jgroups.util.Table.Visitor)
.seqno
- The current seqnoelement
- The element at matrix[row][column]row
- The current rowcolumn
- The current columnCopyright © 1998-2020 Red Hat. All Rights Reserved.