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