Package nbbrd.io.text
Class BooleanProperty
- java.lang.Object
-
- nbbrd.io.text.BaseProperty
-
- nbbrd.io.text.BooleanProperty
-
- All Implemented Interfaces:
CharSequence
public final class BooleanProperty extends BaseProperty
-
-
Constructor Summary
Constructors Constructor Description BooleanProperty()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanget(@NonNull Function<? super String,? extends CharSequence> properties)booleanget(@NonNull Map<String,String> properties)booleanget(@NonNull Properties properties)voidset(@NonNull BiConsumer<? super String,? super String> properties, boolean value)voidset(@NonNull Map<String,String> properties, boolean value)voidset(@NonNull Properties properties, boolean value)-
Methods inherited from class nbbrd.io.text.BaseProperty
charAt, chars, codePoints, getKey, keysOf, length, subSequence, toString
-
-
-
-
Method Detail
-
get
public boolean get(@NonNull Function<? super String,? extends CharSequence> properties)
-
get
public boolean get(@NonNull Properties properties)
-
set
public void set(@NonNull BiConsumer<? super String,? super String> properties, boolean value)
-
set
public void set(@NonNull Properties properties, boolean value)
-
-