Uses of Class
openjava.ptree.ObjectList

Packages that use ObjectList
openjava.ptree   
 

Uses of ObjectList in openjava.ptree
 

Methods in openjava.ptree that return ObjectList
 ObjectList ObjectList.subList(int from_index, int to_index)
          Returns a view of the portion of this List between fromIndex, inclusive, and toIndex, exclusive.
 

Methods in openjava.ptree with parameters of type ObjectList
 void ObjectList.addAll(ObjectList lst)
          Appends a list after this list.