public class StringSequence extends AbstractCharSequence<String>
charSequence| 构造器和说明 |
|---|
StringSequence(String str) |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
add(Character character) |
void |
add(int index,
Character element) |
boolean |
addAll(Collection<? extends Character> c) |
boolean |
addAll(int index,
Collection<? extends Character> c) |
List<Character> |
asList() |
void |
clear() |
Character |
remove(int index) |
boolean |
remove(Object o)
移除第一个
|
boolean |
removeAll(Collection<?> c) |
boolean |
retainAll(Collection<?> c) |
Character |
set(int index,
Character element) |
StringSequence |
subSequence(int fromIndex,
int toIndex) |
String |
toString() |
contains, containsAll, first, get, indexOf, isEmpty, isNull, iterator, last, lastIndexOf, listIterator, listIterator, size, subList, toArray, toArrayclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitreplaceAll, sort, spliteratorparallelStream, removeIf, streampublic StringSequence(String str)
public boolean add(Character character)
public boolean addAll(Collection<? extends Character> c)
public boolean removeAll(Collection<?> c)
public boolean retainAll(Collection<?> c)
public void clear()
public void add(int index,
Character element)
public boolean addAll(int index,
Collection<? extends Character> c)
public Character remove(int index)
public StringSequence subSequence(int fromIndex, int toIndex)
Copyright © 2021. All rights reserved.