public class BeanListIterator<T> extends BeanIterator<T> implements ListIterator
beanTransformer, iterator| 构造器和说明 |
|---|
BeanListIterator(ListIterator<T> listIterator) |
BeanListIterator(ListIterator<T> listIterator,
BeanTransformer beanTransformer) |
public BeanListIterator(ListIterator<T> listIterator, BeanTransformer beanTransformer)
public BeanListIterator(ListIterator<T> listIterator)
public boolean hasNext()
hasNext 在接口中 IteratorhasNext 在接口中 ListIteratorhasNext 在类中 BeanIterator<T>public Object next()
next 在接口中 Iteratornext 在接口中 ListIteratornext 在类中 BeanIterator<T>public boolean hasPrevious()
hasPrevious 在接口中 ListIteratorpublic Object previous()
previous 在接口中 ListIteratorpublic int nextIndex()
nextIndex 在接口中 ListIteratorpublic int previousIndex()
previousIndex 在接口中 ListIteratorpublic void remove()
remove 在接口中 Iteratorremove 在接口中 ListIteratorremove 在类中 BeanIterator<T>public void set(Object o)
set 在接口中 ListIteratorpublic void add(Object o)
add 在接口中 ListIteratorCopyright © 2014–2016. All rights reserved.