|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jgroups.util.Table.Counter
protected class Table.Counter
Field Summary | |
---|---|
protected int |
result
|
Constructor Summary | |
---|---|
protected |
Table.Counter()
|
Method Summary | |
---|---|
int |
getResult()
|
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) . |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected int result
Constructor Detail |
---|
protected Table.Counter()
Method Detail |
---|
public int getResult()
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 column
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |