类 TypedList.Itr
java.lang.Object
org.babyfish.jimmer.sql.collection.TypedList.Itr
- 所有已实现的接口:
Iterator<E>,ListIterator<E>
-
方法详细资料
-
hasNext
public boolean hasNext() -
next
-
hasPrevious
public boolean hasPrevious()- 指定者:
hasPrevious在接口中ListIterator<E>
-
previous
- 指定者:
previous在接口中ListIterator<E>
-
nextIndex
public int nextIndex()- 指定者:
nextIndex在接口中ListIterator<E>
-
previousIndex
public int previousIndex()- 指定者:
previousIndex在接口中ListIterator<E>
-
remove
public void remove() -
set
- 指定者:
set在接口中ListIterator<E>
-
add
- 指定者:
add在接口中ListIterator<E>
-