Package nbbrd.io.text
Class BaseProperty
java.lang.Object
nbbrd.io.text.BaseProperty
- All Implemented Interfaces:
CharSequence
- Direct Known Subclasses:
BooleanProperty,DoubleProperty,IntProperty,LongProperty,Property
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncharcharAt(int index) chars()abstract @NonNull StringgetKey()keysOf(@NonNull BaseProperty... properties) intlength()subSequence(int start, int end) toString()Methods 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
-
BaseProperty
public BaseProperty()
-
-
Method Details
-
getKey
-
length
public int length()- Specified by:
lengthin interfaceCharSequence
-
charAt
public char charAt(int index) - Specified by:
charAtin interfaceCharSequence
-
subSequence
- Specified by:
subSequencein interfaceCharSequence
-
chars
- Specified by:
charsin interfaceCharSequence
-
codePoints
- Specified by:
codePointsin interfaceCharSequence
-
toString
- Specified by:
toStringin interfaceCharSequence- Overrides:
toStringin classObject
-
keysOf
-