public static class BitList.BitListIterator<E> extends Object implements ListIterator<E>
| 构造器和说明 |
|---|
BitListIterator(BitList<E> bitList,
int index) |
public boolean hasPrevious()
hasPrevious 在接口中 ListIterator<E>public E previous()
previous 在接口中 ListIterator<E>public int nextIndex()
nextIndex 在接口中 ListIterator<E>public int previousIndex()
previousIndex 在接口中 ListIterator<E>public void set(E e)
set 在接口中 ListIterator<E>public void add(E e)
add 在接口中 ListIterator<E>Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.