Package org.minidns.util
Class SafeCharSequence
java.lang.Object
org.minidns.util.SafeCharSequence
- All Implemented Interfaces:
CharSequence
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfinal char
charAt
(int index) final int
length()
final CharSequence
subSequence
(int start, int end) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.lang.CharSequence
chars, codePoints, toString
-
Constructor Details
-
SafeCharSequence
public SafeCharSequence()
-
-
Method Details
-
length
- Specified by:
length
in interfaceCharSequence
-
charAt
- Specified by:
charAt
in interfaceCharSequence
-
subSequence
- Specified by:
subSequence
in interfaceCharSequence
-
toSafeString
-