E - 对象public abstract class TransDtList<E> extends AbstractList<E>
modCount| 构造器和说明 |
|---|
TransDtList(cn.weforward.protocol.datatype.DtList list) |
| 限定符和类型 | 方法和说明 |
|---|---|
E |
get(int index) |
int |
size() |
protected abstract E |
trans(cn.weforward.protocol.datatype.DtBase item) |
static <E> List<E> |
valueOf(cn.weforward.protocol.datatype.DtList list,
java.util.function.Function<cn.weforward.protocol.datatype.DtBase,E> trans)
构造list
|
add, add, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, removeRange, set, subListaddAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toStringaddAll, contains, containsAll, isEmpty, remove, removeAll, replaceAll, retainAll, sort, spliterator, toArray, toArrayparallelStream, removeIf, streamprotected abstract E trans(cn.weforward.protocol.datatype.DtBase item)
public int size()
size 在接口中 Collection<E>size 在接口中 List<E>size 在类中 AbstractCollection<E>public static <E> List<E> valueOf(cn.weforward.protocol.datatype.DtList list, java.util.function.Function<cn.weforward.protocol.datatype.DtBase,E> trans)
E - 对象list - 列表trans - 转换函数Copyright © 2021. All rights reserved.