JTools

net.jtools.tmpl.model
Class SimpleItemSupport<T extends Item>

java.lang.Object
  extended by net.jtools.tmpl.model.SimpleItemSupport<T>

public class SimpleItemSupport<T extends Item>
extends Object


Field Summary
protected  List<T> all
           
protected  Map<String,T> names
           
protected  List<T> raw
           
protected  String type
           
 
Constructor Summary
SimpleItemSupport(String type)
           
 
Method Summary
 void add(T item)
           
 void check()
           
 List<T> get()
           
 T get(String name)
           
 int size()
           
 void solve()
           
 Object[] toArray(Object[] x)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

SimpleItemSupport

public SimpleItemSupport(String type)
Method Detail

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)

JTools

© 2000-2006, JTools.org.