Uses of Class
org.nuxeo.ecm.core.api.model.DeltaLong
-
Packages that use DeltaLong Package Description org.nuxeo.ecm.core.api.model -
-
Uses of DeltaLong in org.nuxeo.ecm.core.api.model
Methods in org.nuxeo.ecm.core.api.model that return DeltaLong Modifier and Type Method Description static DeltaLong
DeltaLong. deltaOrLong(Number base, long delta)
Deprecated.since 8.3, usevalueOf(Number, long)
instead.static DeltaLong
DeltaLong. valueOf(Number base, long delta)
Returns aDeltaLong
from the given base number and delta.
-