protected class Table.RemoverOnAdd extends Object implements Table.Visitor<T>
Constructor and Description |
---|
RemoverOnAdd(Filter<T> remover) |
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) . |
public boolean visit(long seqno, T element, int row, int column)
Table.Visitor
Table.forEach(long,long,org.jgroups.util.Table.Visitor)
.visit
in interface Table.Visitor<T>
seqno
- The current seqnoelement
- The element at matrix[row][column]row
- The current rowcolumn
- The current columnCopyright © 2017 JBoss, a division of Red Hat. All rights reserved.