类 ListDraft<E>
java.lang.Object
org.babyfish.jimmer.runtime.ListDraft<E>
- 所有已实现的接口:
Iterable<E>,Collection<E>,List<E>,Draft
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明voidbooleanbooleanaddAll(int index, Collection<? extends E> c)booleanaddAll(Collection<? extends E> c)voidclear()booleanbooleancontainsAll(Collection<?> c)get(int index)intbooleanisEmpty()iterator()intlastIndexOf(Object o)listIterator(int index)remove(int index)booleanbooleanremoveAll(Collection<?> c)resolve()booleanretainAll(Collection<?> c)intsize()subList(int fromIndex, int toIndex)Object[]toArray()<T> T[]toArray(T[] a)从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 java.util.Collection
parallelStream, removeIf, stream, toArray从接口继承的方法 java.util.List
equals, hashCode, replaceAll, sort, spliterator
-
构造器详细资料
-
ListDraft
-
ListDraft
-
-
方法详细资料
-
draftContext
-
isEmpty
public boolean isEmpty() -
size
public int size() -
indexOf
-
lastIndexOf
- 指定者:
lastIndexOf在接口中List<E>
-
get
-
contains
-
containsAll
- 指定者:
containsAll在接口中Collection<E>- 指定者:
containsAll在接口中List<E>
-
toArray
-
toArray
public <T> T[] toArray(T[] a) -
add
-
addAll
-
add
-
addAll
-
clear
public void clear() -
remove
-
removeAll
-
retainAll
-
set
-
remove
-
iterator
-
listIterator
- 指定者:
listIterator在接口中List<E>
-
listIterator
- 指定者:
listIterator在接口中List<E>
-
subList
-
resolve
-