Package org.jruby.runtime.load
Class LibrarySearcher.StringWrapper
java.lang.Object
org.jruby.runtime.load.LibrarySearcher.StringWrapper
- All Implemented Interfaces:
CharSequence
- Enclosing class:
LibrarySearcher
-
Method Summary
Modifier and TypeMethodDescriptionchar
charAt
(int index) boolean
int
hashCode()
int
length()
subSequence
(int start, int end) toString()
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.lang.CharSequence
chars, codePoints, isEmpty
-
Method Details
-
length
public int length()- Specified by:
length
in interfaceCharSequence
-
charAt
public char charAt(int index) - Specified by:
charAt
in interfaceCharSequence
-
subSequence
- Specified by:
subSequence
in interfaceCharSequence
-
toString
- Specified by:
toString
in interfaceCharSequence
- Overrides:
toString
in classObject
-
equals
-
hashCode
public int hashCode()
-