protected class Table.Missing extends java.lang.Object implements Table.Visitor<T>
限定符和类型 | 字段和说明 |
---|---|
protected long |
last_missing |
protected SeqnoList |
missing_elements |
限定符 | 构造器和说明 |
---|---|
protected |
Table.Missing() |
限定符和类型 | 方法和说明 |
---|---|
protected SeqnoList |
getMissingElements() |
boolean |
visit(long seqno,
T element,
int row,
int column)
Iteration over the table, used by
Table.forEach(long, long, Table.Visitor) . |
protected SeqnoList missing_elements
protected long last_missing
protected SeqnoList getMissingElements()
public boolean visit(long seqno, T element, int row, int column)
Table.Visitor
Table.forEach(long, long, Table.Visitor)
.visit
在接口中 Table.Visitor<T>
seqno
- The current seqnoelement
- The element at matrix[row][column]row
- The current rowcolumn
- The current column