|
© 2005 BEA Systems, Inc. | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.bea.p13n.content.document.ref.DefaultDocumentIterator
A wrapper around a iterator or collection which supports a close.
Field Summary | |
protected Collection |
collection
Deprecated. The wrapped collection. |
protected Iterator |
iterator
Deprecated. The wrapped iterator. |
Constructor Summary | |
DefaultDocumentIterator(Collection collection)
Deprecated. Constructor from an collection. |
|
DefaultDocumentIterator(Collection collection,
Iterator iterator)
Deprecated. Constructor from a collection and iterator. |
|
DefaultDocumentIterator(Iterator iterator)
Deprecated. Constructor from an iterator. |
Method Summary | |
void |
close()
Deprecated. Close this iterator. |
boolean |
hasNext()
Deprecated. Tell if there is another item in the iteration. |
Object |
next()
Deprecated. Get the next item in the iteration. |
void |
remove()
Deprecated. Remove the last returned object from the iterator's collection. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected Collection collection
This will be cleared upon a close().
protected Iterator iterator
Constructor Detail |
public DefaultDocumentIterator(Collection collection)
public DefaultDocumentIterator(Collection collection, Iterator iterator)
public DefaultDocumentIterator(Iterator iterator)
Method Detail |
public void close()
close
in interface DocumentIterator
public boolean hasNext()
hasNext
in interface Iterator
public Object next()
next
in interface Iterator
public void remove()
remove
in interface Iterator
|
© 2005 BEA Systems, Inc. | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |