Deprecated API
Contents
-
ElementDescriptionUse
Interval.exclusion(com.amalgamasimulation.core.intervals.IntervalLike)
and, if needed,IntervalLike.isZeroLength()
insteadUseInterval.intersection(com.amalgamasimulation.core.intervals.IntervalLike)
and, if needed,IntervalLike.isZeroLength()
insteadUseLogger.closeSession()
insteadUseLogger.openSession(String)
insteaduse standard JDK'sCollectors.toList()
method
-
MethodDescriptionUse
Interval.exclusion(com.amalgamasimulation.core.intervals.IntervalLike)
and, if needed,IntervalLike.isZeroLength()
insteadUseInterval.intersection(com.amalgamasimulation.core.intervals.IntervalLike)
and, if needed,IntervalLike.isZeroLength()
insteadUseLogger.closeSession()
insteadUseLogger.log(Record, Record)
instead.UseLogger.openSession(String)
insteadIf you use Java-21+, switch to theMath.clamp(double, double, double)
method. WARNING: mind the arguments order!If you use Java-21+, switch to theMath.clamp(long, int, int)
method. WARNING: mind the arguments order!If you use Java-21+, switch to theMath.clamp(long, long, long)
method. WARNING: mind the arguments order!use standard JDK'sCollectors.toList()
method
-
ConstructorDescription