Deprecated API


Contents
Deprecated Interfaces
net.sourceforge.jabm.util.Parameterizable
           
 

Deprecated Methods
net.sourceforge.jabm.util.MathUtil.factorial(int)
            
net.sourceforge.jabm.util.Properties.save(OutputStream, String)
          This method does not throw an IOException if an I/O error occurs while saving the property list. The preferred way to save a properties list is via the store(OutputStream out, String comments) method or the storeToXML(OutputStream os, String comment) method.