类 AbstractIdViewList<E,ID>
java.lang.Object
org.babyfish.jimmer.sql.collection.AbstractIdViewList<E,ID>
- 所有已实现的接口:
Iterable<ID>,Collection<ID>,List<ID>
- 直接已知子类:
IdViewList,MutableIdViewList
-
构造器概要
构造器 -
方法概要
从接口继承的方法 java.util.Collection
parallelStream, removeIf, stream, toArray从接口继承的方法 java.util.List
add, add, addAll, addAll, clear, iterator, listIterator, listIterator, remove, remove, removeAll, replaceAll, retainAll, set, sort, spliterator, subList
-
构造器详细资料
-
AbstractIdViewList
-
-
方法详细资料
-
isEmpty
public boolean isEmpty() -
size
public int size() -
contains
-
containsAll
- 指定者:
containsAll在接口中Collection<E>- 指定者:
containsAll在接口中List<E>
-
indexOf
-
lastIndexOf
- 指定者:
lastIndexOf在接口中List<E>
-
toArray
-
toArray
@NotNull public <T> T[] toArray(@NotNull T[] a) -
get
-
hashCode
public int hashCode() -
equals
-
toString
-