org.omnaest.utils.structure.table.concrete.internal
Class StripeFactory<E>
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
tableInternal
protected TableInternal<E> tableInternal
StripeFactory
public StripeFactory(TableInternal<E> tableInternal)
- Parameters:
tableInternal -
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.