org.omnaest.utils.structure.table.subspecification
Interface TableCloneable.TableCloner<E>

Type Parameters:
E -
All Known Implementing Classes:
TableClonerImpl
Enclosing interface:
TableCloneable<E>

public static interface TableCloneable.TableCloner<E>

A TableCloneable.TableCloner allows to clone a Table on various ways.

Author:
Omnaest

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

structureOnly

Table<E> structureOnly()
Clones only the Table structure. The returned Table and the source Table will still operate on the same element instances of the content.

Returns:

structureAndContent

Table<E> structureAndContent()
Returns a new Table instance with all the content of the underlying Table beeing cloned, too.

Returns:


Copyright © 2011. All Rights Reserved.