|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object proai.cache.CachedRecordContentIterator
public class CachedRecordContentIterator
Constructor Summary | |
---|---|
CachedRecordContentIterator(CloseableIterator<java.lang.String[]> paths,
RCDisk rcDisk,
boolean identifiers)
|
Method Summary | |
---|---|
void |
close()
|
void |
finalize()
|
boolean |
hasNext()
|
CachedContent |
next()
|
void |
remove()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CachedRecordContentIterator(CloseableIterator<java.lang.String[]> paths, RCDisk rcDisk, boolean identifiers)
Method Detail |
---|
public boolean hasNext() throws ServerException
hasNext
in interface java.util.Iterator<CachedContent>
hasNext
in interface CloseableIterator<CachedContent>
ServerException
public CachedContent next() throws ServerException
next
in interface java.util.Iterator<CachedContent>
next
in interface CloseableIterator<CachedContent>
ServerException
public void close()
close
in interface CloseableIterator<CachedContent>
public void finalize()
finalize
in class java.lang.Object
public void remove() throws java.lang.UnsupportedOperationException
remove
in interface java.util.Iterator<CachedContent>
remove
in interface CloseableIterator<CachedContent>
java.lang.UnsupportedOperationException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |