|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.databene.commons.iterator.HeavyweightIterableAdapter<E>
public class HeavyweightIterableAdapter<E>
Wraps an Iterable with a HeavyweightIterable.
On calls to iterator(), Iterators of the wrapped
Iterable will be wrapped to be HeavyweightIterators.
Created at 17.10.2008 01:29:37
| Constructor Summary | |
|---|---|
HeavyweightIterableAdapter(java.lang.Iterable<E> source)
|
|
| Method Summary | |
|---|---|
HeavyweightIterator<E> |
iterator()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HeavyweightIterableAdapter(java.lang.Iterable<E> source)
| Method Detail |
|---|
public HeavyweightIterator<E> iterator()
iterator in interface java.lang.Iterable<E>iterator in interface HeavyweightIterable<E>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||