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