|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
E - public static interface TableCloneable.TableCloner<E>
A TableCloneable.TableCloner allows to clone a Table on various ways.
| Method Summary | |
|---|---|
Table<E> |
structureAndContent()
Returns a new Table instance with all the content of the underlying Table beeing cloned, too. |
Table<E> |
structureOnly()
Clones only the Table structure. |
| Method Detail |
|---|
Table<E> structureOnly()
Table structure. The returned Table and the source Table will still operate on the
same element instances of the content.
Table<E> structureAndContent()
Table instance with all the content of the underlying Table beeing cloned, too.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||