Package nz.org.riskscape.config
Class ConfigString.Wrapper
java.lang.Object
nz.org.riskscape.config.ConfigString.Wrapper
- All Implemented Interfaces:
CharSequence,ConfigString
- Enclosing interface:
- ConfigString
Utility base class.
-
Nested Class Summary
Nested classes/interfaces inherited from interface nz.org.riskscape.config.ConfigString
ConfigString.Wrapper -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.lang.CharSequence
isEmptyMethods inherited from interface nz.org.riskscape.config.ConfigString
getLocation, isAnonymous
-
Constructor Details
-
Wrapper
-
-
Method Details
-
subSequence
- Specified by:
subSequencein interfaceCharSequence
-
length
public int length()- Specified by:
lengthin interfaceCharSequence
-
charAt
public char charAt(int index) - Specified by:
charAtin interfaceCharSequence
-
chars
- Specified by:
charsin interfaceCharSequence
-
codePoints
- Specified by:
codePointsin interfaceCharSequence
-
equals
-
toString
Description copied from interface:ConfigStringThe string being wrapped
- Specified by:
toStringin interfaceCharSequence- Specified by:
toStringin interfaceConfigString- Overrides:
toStringin classObject
-
hashCode
public int hashCode()
-