class BlockIterator<E> extends BaseIterator<E>
Constructor and Description |
---|
BlockIterator(StoredCollection<E> coll,
boolean writeAllowed,
int blockSize)
Creates an iterator.
|
Modifier and Type | Method and Description |
---|---|
void |
add(E value) |
(package private) java.util.ListIterator<E> |
dup() |
boolean |
hasNext() |
boolean |
hasPrevious() |
(package private) boolean |
isCurrentData(java.lang.Object currentData) |
(package private) boolean |
moveToIndex(int index) |
E |
next() |
int |
nextIndex() |
E |
previous() |
int |
previousIndex() |
void |
remove() |
void |
set(E value) |
BlockIterator(StoredCollection<E> coll, boolean writeAllowed, int blockSize)
public boolean hasNext()
public boolean hasPrevious()
public E next()
public E previous()
public int nextIndex()
public int previousIndex()
public void set(E value)
public void remove()
public void add(E value)
final java.util.ListIterator<E> dup()
dup
in class BaseIterator<E>
final boolean isCurrentData(java.lang.Object currentData)
isCurrentData
in class BaseIterator<E>
final boolean moveToIndex(int index)
moveToIndex
in class BaseIterator<E>
Copyright (c) 2004-2012 Oracle. All rights reserved.