Package com.db4o.foundation
Class IterableBaseFactory
- java.lang.Object
-
- com.db4o.foundation.IterableBaseFactory
-
public class IterableBaseFactory extends java.lang.Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static IterableBasecoerce(java.lang.Object obj)static java.lang.Objectunwrap(IterableBase iterable)
-
-
-
Method Detail
-
coerce
public static IterableBase coerce(java.lang.Object obj)
-
unwrap
public static java.lang.Object unwrap(IterableBase iterable)
-
-