|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jgroups.util.Table.Missing
protected class Table.Missing
| Field Summary | |
|---|---|
protected long |
last_missing
|
protected SeqnoList |
missing_elements
|
| Constructor Summary | |
|---|---|
protected |
Table.Missing()
|
| Method Summary | |
|---|---|
protected SeqnoList |
getMissingElements()
|
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 SeqnoList missing_elements
protected long last_missing
| Constructor Detail |
|---|
protected Table.Missing()
| Method Detail |
|---|
protected SeqnoList getMissingElements()
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 column
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||