类 EntitySet<E>
java.lang.Object
org.babyfish.jimmer.sql.ast.impl.mutation.EntitySet<E>
- 所有已实现的接口:
Iterable<E>,Collection<E>
-
方法概要
修饰符和类型方法说明booleanbooleanaddAll(@NotNull Collection<? extends E> c) voidclear()booleanbooleancontainsAll(@NotNull Collection<?> c) first()booleanisEmpty()iterator()booleanbooleanremoveAll(@NotNull Collection<?> c) booleanretainAll(@NotNull Collection<?> c) intsize()@NotNull Object @NotNull []toArray()<T> T @NotNull []toArray(@NotNull T[] a) toString()从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait从接口继承的方法 java.util.Collection
equals, hashCode, parallelStream, removeIf, spliterator, stream, toArray
-
方法详细资料
-
isEmpty
public boolean isEmpty()- 指定者:
isEmpty在接口中Collection<E>
-
size
public int size()- 指定者:
size在接口中Collection<E>
-
contains
- 指定者:
contains在接口中Collection<E>
-
containsAll
- 指定者:
containsAll在接口中Collection<E>
-
add
- 指定者:
add在接口中Collection<E>
-
remove
- 指定者:
remove在接口中Collection<E>
-
addAll
- 指定者:
addAll在接口中Collection<E>
-
removeAll
- 指定者:
removeAll在接口中Collection<E>
-
retainAll
- 指定者:
retainAll在接口中Collection<E>
-
clear
public void clear()- 指定者:
clear在接口中Collection<E>
-
iterator
-
toArray
- 指定者:
toArray在接口中Collection<E>
-
toArray
public <T> T @NotNull [] toArray(@NotNull @NotNull T[] a) - 指定者:
toArray在接口中Collection<E>
-
first
-
toString
-