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