Generated by
JDiff

Class org.sbml.jsbml.util.ValuePair

The superclass changed from java.lang.Object to org.sbml.jsbml.util.Pair.
Removed interfaces java.io.Serializable, java.lang.Cloneable.

Removed Methods
boolean equals(Object)  
int hashCode()  
String toString()  
 

Added Methods
(ValuePair<L, V>of(Comparable<?, super, L>, Comparable<?, super, V>) Static method to easily create a value pair of two given values.
(ValuePair<L, V>valuePairOf(Comparable<?, super, L>, Comparable<?, super, V>) Can be used for static import, i.e.
 

Changed Methods
ValuePair<L, V> clone() Change in exceptions thrown from no exceptions to java.lang.CloneNotSupportedException.