Package nbbrd.io.text
Class LongProperty
java.lang.Object
nbbrd.io.text.BaseProperty
nbbrd.io.text.LongProperty
- All Implemented Interfaces:
CharSequence
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlongget(@NonNull Function<? super String, ? extends CharSequence> properties) longlongget(@NonNull Properties properties) voidset(@NonNull BiConsumer<? super String, ? super String> properties, long value) voidvoidset(@NonNull Properties properties, long 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
-
LongProperty
public LongProperty()
-
-
Method Details
-
get
-
get
-
get
-
set
-
set
-
set
-