Package com.db4o.foundation
Class Iterable4Adaptor
- java.lang.Object
- 
- com.db4o.foundation.Iterable4Adaptor
 
- 
 public class Iterable4Adaptor extends java.lang.ObjectAdapts Iterable4/Iterator4 iteration model (moveNext, current) to the old db4o and jdk model (hasNext, next).
- 
- 
Constructor SummaryConstructors Constructor Description Iterable4Adaptor(Iterable4 delegate_)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanhasNext()protected booleanmoveNext()java.lang.Objectnext()voidreset()
 
- 
- 
- 
Constructor Detail- 
Iterable4Adaptorpublic Iterable4Adaptor(Iterable4 delegate_) 
 
- 
 
-