protected class Table.Getter extends Object implements Table.Visitor<T>
| Modifier | Constructor and Description |
|---|---|
protected |
Table.Getter() |
public boolean visit(long seqno,
T element,
int row,
int column)
Table.VisitorTable.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.