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, wait
Methods inherited from interface java.lang.CharSequence
isEmpty
Methods inherited from interface nz.org.riskscape.config.ConfigString
getLocation, isAnonymous
-
Constructor Details
-
Wrapper
-
-
Method Details
-
subSequence
- Specified by:
subSequence
in interfaceCharSequence
-
length
public int length()- Specified by:
length
in interfaceCharSequence
-
charAt
public char charAt(int index) - Specified by:
charAt
in interfaceCharSequence
-
chars
- Specified by:
chars
in interfaceCharSequence
-
codePoints
- Specified by:
codePoints
in interfaceCharSequence
-
equals
-
toString
Description copied from interface:ConfigString
The string being wrapped
- Specified by:
toString
in interfaceCharSequence
- Specified by:
toString
in interfaceConfigString
- Overrides:
toString
in classObject
-
hashCode
public int hashCode()
-