public class Increaser<T> extends Object implements IItemProvider<T>, Serializable
| Modifier | Constructor and Description |
|---|---|
protected |
Increaser() |
|
Increaser(String name,
int count,
int step)
constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
check(de.tsl2.nano.bean.def.BeanCollector<Collection<T>,T> caller) |
T |
createItem(T srcInstance,
Map context) |
Collection<? extends T> |
createItems(T srcInstance,
Map context) |
int |
getCount() |
String |
getName() |
protected Increaser()
public Increaser(String name, int count, int step)
public T createItem(T srcInstance, Map context)
createItem in interface IItemProvider<T>public Collection<? extends T> createItems(T srcInstance, Map context)
createItems in interface IItemProvider<T>public String getName()
getName in interface IItemProvider<T>public void check(de.tsl2.nano.bean.def.BeanCollector<Collection<T>,T> caller)
check in interface IItemProvider<T>public int getCount()
Copyright © 2012–2020. All rights reserved.