public class CompactCharSequence extends Object implements CharSequence, Serializable
Constructor and Description |
---|
CompactCharSequence(String str) |
Modifier and Type | Method and Description |
---|---|
char |
charAt(int index) |
int |
length() |
CharSequence |
subSequence(int start,
int end) |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
chars, codePoints
public CompactCharSequence(String str)
str
- public char charAt(int index)
charAt
in interface CharSequence
public int length()
length
in interface CharSequence
public CharSequence subSequence(int start, int end)
subSequence
in interface CharSequence
Copyright © 2000–2019 BioJava. All rights reserved.