private static final class Lists.CharSequenceAsList
extends java.util.AbstractList<java.lang.Character>
Modifier and Type | Field and Description |
---|---|
private java.lang.CharSequence |
sequence |
Constructor and Description |
---|
CharSequenceAsList(java.lang.CharSequence sequence) |
Modifier and Type | Method and Description |
---|---|
java.lang.Character |
get(int index) |
int |
size() |
add, add, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, removeRange, set, subList
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public java.lang.Character get(int index)
get
in interface java.util.List<java.lang.Character>
get
in class java.util.AbstractList<java.lang.Character>
public int size()
size
in interface java.util.Collection<java.lang.Character>
size
in interface java.util.List<java.lang.Character>
size
in class java.util.AbstractCollection<java.lang.Character>