| 构造器和说明 |
|---|
TupleSequence(Tuple tuple) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
add(int index,
Object element) |
boolean |
add(Object o) |
boolean |
addAll(Collection<?> c) |
boolean |
addAll(int index,
Collection<?> c) |
List<Object> |
asList() |
void |
clear() |
boolean |
contains(Object o) |
boolean |
containsAll(Collection<?> c) |
Object |
first() |
Object |
get(int index) |
int |
indexOf(Object o) |
boolean |
isEmpty() |
boolean |
isNull() |
Iterator<Object> |
iterator() |
Object |
last() |
int |
lastIndexOf(Object o) |
ListIterator<Object> |
listIterator() |
ListIterator<Object> |
listIterator(int index) |
Object |
remove(int index) |
boolean |
remove(Object o)
移除第一个
|
boolean |
removeAll(Collection<?> c) |
boolean |
retainAll(Collection<?> c) |
Object |
set(int index,
Object element) |
int |
size() |
List<Object> |
subList(int fromIndex,
int toIndex) |
TupleSequence |
subSequence(int fromIndex,
int toIndex) |
Object[] |
toArray() |
<T> T[] |
toArray(T[] a) |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitreplaceAll, sort, spliteratorparallelStream, removeIf, streampublic TupleSequence(Tuple tuple)
public boolean isNull()
public int size()
public boolean isEmpty()
public boolean contains(Object o)
public Object[] toArray()
public <T> T[] toArray(T[] a)
public boolean add(Object o)
public boolean addAll(Collection<?> c)
public boolean addAll(int index,
Collection<?> c)
public boolean removeAll(Collection<?> c)
public boolean retainAll(Collection<?> c)
public void clear()
public boolean containsAll(Collection<?> c)
containsAll 在接口中 Sequence<Object>containsAll 在接口中 Collection<Object>containsAll 在接口中 List<Object>public void add(int index,
Object element)
public Object remove(int index)
public int indexOf(Object o)
public int lastIndexOf(Object o)
lastIndexOf 在接口中 Sequence<Object>lastIndexOf 在接口中 List<Object>public ListIterator<Object> listIterator()
listIterator 在接口中 Sequence<Object>listIterator 在接口中 List<Object>public ListIterator<Object> listIterator(int index)
listIterator 在接口中 Sequence<Object>listIterator 在接口中 List<Object>public TupleSequence subSequence(int fromIndex, int toIndex)
subSequence 在接口中 Sequence<Object>Copyright © 2022. All rights reserved.