MCPcopy Index your code
hub / github.com/java-native-access/jna / subSequence

Method subSequence

src/com/sun/jna/NativeString.java:129–132  ·  view source on GitHub ↗
(int start, int end)

Source from the content-addressed store, hash-verified

127 }
128
129 @Override
130 public CharSequence subSequence(int start, int end) {
131 return toString().subSequence(start, end);
132 }
133
134 @Override
135 public int compareTo(Object other) {

Callers

nothing calls this directly

Calls 1

toStringMethod · 0.95

Tested by

no test coverage detected