org.omnaest.utils.structure.table.concrete.internal.helper
Class TableInternalHelper

java.lang.Object
  extended by org.omnaest.utils.structure.table.concrete.internal.helper.TableInternalHelper

public class TableInternalHelper
extends Object

Helper for TableInternal instances

Author:
Omnaest

Constructor Summary
TableInternalHelper()
           
 
Method Summary
static
<E> TableInternal<E>
extractTableInternalFromTable(Table<E> table)
          Extracts the TableInternal instance from the given Table instance by calling the internal getter called getTableInternal
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TableInternalHelper

public TableInternalHelper()
Method Detail

extractTableInternalFromTable

public static <E> TableInternal<E> extractTableInternalFromTable(Table<E> table)
Extracts the TableInternal instance from the given Table instance by calling the internal getter called getTableInternal

Parameters:
table -
Returns:


Copyright © 2011. All Rights Reserved.