类 ManyToManyViewList<M,E>
java.lang.Object
org.babyfish.jimmer.sql.collection.ManyToManyViewList<M,E>
- 所有已实现的接口:
Iterable<E>,Collection<E>,List<E>
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明void已过时。boolean已过时。booleanaddAll(int index, Collection<? extends E> c) 已过时。booleanaddAll(Collection<? extends E> c) 已过时。voidclear()已过时。booleanbooleancontainsAll(Collection<?> c) booleanget(int index) inthashCode()intbooleanisEmpty()iterator()intlistIterator(int index) remove(int index) 已过时。boolean已过时。booleanremoveAll(Collection<?> c) 已过时。booleanretainAll(Collection<?> c) 已过时。intsize()subList(int fromIndex, int toIndex) Object[]toArray()<T> T[]toArray(T[] a) toString()从接口继承的方法 java.util.Collection
parallelStream, removeIf, stream, toArray从接口继承的方法 java.util.List
replaceAll, sort, spliterator
-
构造器详细资料
-
ManyToManyViewList
-
-
方法详细资料
-
isEmpty
public boolean isEmpty() -
size
public int size() -
contains
-
containsAll
- 指定者:
containsAll在接口中Collection<M>- 指定者:
containsAll在接口中List<M>
-
indexOf
-
lastIndexOf
- 指定者:
lastIndexOf在接口中List<M>
-
toArray
-
toArray
@NotNull public <T> T[] toArray(@NotNull T[] a) -
get
-
subList
-
iterator
-
listIterator
- 指定者:
listIterator在接口中List<M>
-
listIterator
- 指定者:
listIterator在接口中List<M>
-
hashCode
public int hashCode() -
equals
-
toString
-
add
已过时。 -
add
已过时。 -
addAll
已过时。 -
addAll
已过时。 -
clear
已过时。 -
remove
已过时。 -
remove
已过时。 -
removeAll
已过时。 -
retainAll
已过时。 -
set
-