Uses of Interface
io.github.mmm.value.observable.number.longs.WritableLongValue
-
Packages that use WritableLongValue Package Description io.github.mmm.property.number.longs Contains property infrastructure forLong
.io.github.mmm.property.temporal Contains property infrastructure forjava.time
. -
-
Uses of WritableLongValue in io.github.mmm.property.number.longs
Subinterfaces of WritableLongValue in io.github.mmm.property.number.longs Modifier and Type Interface Description interface
WritableLongProperty
Classes in io.github.mmm.property.number.longs that implement WritableLongValue Modifier and Type Class Description class
LongProperty
Implementation ofWritableLongProperty
. -
Uses of WritableLongValue in io.github.mmm.property.temporal
Classes in io.github.mmm.property.temporal that implement WritableLongValue Modifier and Type Class Description class
DurationInSecondsProperty
ExtendsLongProperty
to store aDuration
in seconds.
-