|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.databene.commons.iterator.HeavyweightIteratorAdapter<E,E>
org.databene.commons.iterator.HeavyweightIteratorProxy<E>
public class HeavyweightIteratorProxy<E>
Wraps an Iterator with a HeavyweightIterator.
If the wrapped iterator implements Closeable, calls to
close() are forwarded, otherwise ignored
.
Created: 14.10.2009 11:50:43
| Field Summary |
|---|
| Fields inherited from class org.databene.commons.iterator.HeavyweightIteratorAdapter |
|---|
source |
| Constructor Summary | |
|---|---|
HeavyweightIteratorProxy(java.util.Iterator<E> source)
|
|
| Method Summary | |
|---|---|
E |
next()
|
| Methods inherited from class org.databene.commons.iterator.HeavyweightIteratorAdapter |
|---|
close, hasNext, remove |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HeavyweightIteratorProxy(java.util.Iterator<E> source)
| Method Detail |
|---|
public E next()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||