net.jtools.tmpl.model
Class SimpleItemSupport<T extends Item>
java.lang.Object
net.jtools.tmpl.model.SimpleItemSupport<T>
public class SimpleItemSupport<T extends Item>
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
all
protected List<T extends Item> all
names
protected Map<String,T extends Item> names
raw
protected List<T extends Item> raw
type
protected String type
SimpleItemSupport
public SimpleItemSupport(String type)
add
public void add(T item)
check
public void check()
get
public T get(String name)
get
public List<T> get()
size
public int size()
solve
public void solve()
toArray
public Object[] toArray(Object[] x)
© 2000-2006, JTools.org.