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

Type Parameters:
E -
All Known Subinterfaces:
Table<E>, TableCore<E>, TableCoreImmutable<E>, TableView<E>
All Known Implementing Classes:
ArrayTable, SelectionExecutor.ArrayTableWithAccessibleTableInternal, TableAbstract, TableBasic, TableViewImpl

public interface TableCloneable<E>

Defines the cloning interface for a Table

Author:
Omnaest
See Also:
TableCoreImmutable

Nested Class Summary
static interface TableCloneable.TableCloner<E>
          A TableCloneable.TableCloner allows to clone a Table on various ways.
 
Method Summary
 TableCloneable.TableCloner<E> clone()
          Returns the TableCloneable.TableCloner for the Table which allows to clone it.
 

Method Detail

clone

TableCloneable.TableCloner<E> clone()
                                    throws CloneNotSupportedException
Returns the TableCloneable.TableCloner for the Table which allows to clone it.

Returns:
Throws:
CloneNotSupportedException


Copyright © 2011. All Rights Reserved.