protected class Table.Remover extends Object implements Table.Visitor<T>
Modifier and Type | Field and Description |
---|---|
protected List<T> |
list |
protected int |
max_results |
protected boolean |
nullify |
protected int |
num_results |
Constructor and Description |
---|
Table.Remover(boolean nullify,
int max_results) |
protected final boolean nullify
protected final int max_results
protected int num_results
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 © 2013 JBoss, a division of Red Hat. All rights reserved.