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