Generated by
JDiff

Class org.sbml.jsbml.ListOf

Changed Methods
boolean append(SBase) Change in exceptions thrown from no exceptions to org.sbml.jsbml.LevelVersionError.
Adds item to the end of this ListOf.
List<T> filterList(Filter) Change in return type from ListOf<T> to List<T>.
Returns a new List that contains only those elements that satisfy a certain filter criterion.
SBase set(int, SBase) Change in exceptions thrown from no exceptions to org.sbml.jsbml.LevelVersionError.
 
boolean addAll(int, Collection<?, extends, T>) Change in exceptions thrown from no exceptions to org.sbml.jsbml.LevelVersionError.
 
boolean addAll(Collection<? extends T>) Change in exceptions thrown from no exceptions to org.sbml.jsbml.LevelVersionError.
 
 

Changed Fields
List<T> listOf Change in type from ArrayList<T> to List<T>.
list containing all the SBase elements of this object.