/** @return the specified index in the list */ public TemplateModel get(int i) throws TemplateModelException { return m_cList.get(i); }
public int size() { return m_cList.size(); }
/** Creates new MultiModel5 */ public MultiModel5() { m_cList.add(new SimpleScalar("Dummy to make list non-empty")); }