限定符和类型 | 方法和说明 |
---|---|
HDataRowCollection |
add(HDataRow hDataRow) |
void |
add(int index,
HDataRow hDataRow) |
void |
clear() |
boolean |
contains(HDataRow o) |
protected void |
finalize() |
HDataRow |
get(int index) |
int |
indexOf(HDataRow o) |
boolean |
isEmpty() |
java.util.Iterator<HDataRow> |
iterator() |
int |
lastIndexOf(HDataRow o) |
HDataRowCollection |
remove(HDataRow hDataRow) |
HDataRow |
removeAt(int index) |
void |
removeColumnAt(int index) |
HDataRow |
set(int index,
HDataRow hDataRow) |
int |
size() |
java.util.stream.Stream<HDataRow> |
stream() |
java.util.List<HDataRow> |
subList(int fromIndex,
int toIndex) |
public int size()
public boolean isEmpty()
public boolean contains(HDataRow o)
public java.util.Iterator<HDataRow> iterator()
iterator
在接口中 java.lang.Iterable<HDataRow>
public HDataRowCollection add(HDataRow hDataRow)
public HDataRowCollection remove(HDataRow hDataRow)
public void clear()
public HDataRow get(int index)
public void add(int index, HDataRow hDataRow)
public HDataRow removeAt(int index)
public void removeColumnAt(int index)
public int indexOf(HDataRow o)
public int lastIndexOf(HDataRow o)
public java.util.List<HDataRow> subList(int fromIndex, int toIndex)
public java.util.stream.Stream<HDataRow> stream()
protected void finalize() throws java.lang.Throwable
finalize
在类中 java.lang.Object
java.lang.Throwable