org.omnaest.utils.structure.table.concrete.internal
Class StripeFactory<E>

java.lang.Object
  extended by org.omnaest.utils.structure.table.concrete.internal.StripeFactory<E>
Type Parameters:
E -

public class StripeFactory<E>
extends Object

Factory for TableInternal.StripeInternal instances of a predefined TableInternal

Author:
Omnaest

Field Summary
protected  TableInternal<E> tableInternal
           
 
Constructor Summary
StripeFactory(TableInternal<E> tableInternal)
           
 
Method Summary
 TableInternal.StripeInternal<E> newInstanceOfStripeInternal(TableInternal.StripeData<E> stripeData)
          Creates a new instance for the TableInternal instance of the StripeFactory for the given TableInternal.StripeData
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

tableInternal

protected TableInternal<E> tableInternal
Constructor Detail

StripeFactory

public StripeFactory(TableInternal<E> tableInternal)
Parameters:
tableInternal -
Method Detail

newInstanceOfStripeInternal

public TableInternal.StripeInternal<E> newInstanceOfStripeInternal(TableInternal.StripeData<E> stripeData)
Creates a new instance for the TableInternal instance of the StripeFactory for the given TableInternal.StripeData

Parameters:
stripeData -
Returns:


Copyright © 2011. All Rights Reserved.