Package nbbrd.io.text
Class DoubleProperty
java.lang.Object
nbbrd.io.text.BaseProperty
nbbrd.io.text.DoubleProperty
- All Implemented Interfaces:
CharSequence
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondoubleget(@NonNull Function<? super String, ? extends CharSequence> properties) doubledoubleget(@NonNull Properties properties) voidset(@NonNull BiConsumer<? super String, ? super String> properties, double value) voidvoidset(@NonNull Properties properties, double value) Methods inherited from class nbbrd.io.text.BaseProperty
charAt, chars, codePoints, getKey, keysOf, length, subSequence, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface java.lang.CharSequence
isEmpty
-
Constructor Details
-
DoubleProperty
public DoubleProperty()
-
-
Method Details
-
get
-
get
-
get
-
set
public void set(@NonNull @NonNull BiConsumer<? super String, ? super String> properties, double value) -
set
-
set
-