Package com.db4o.foundation
Interface CancellableVisitor4<T>
- 
 public interface CancellableVisitor4<T>
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanvisit(T obj)
 
- 
- 
- 
Method Detail- 
visitboolean visit(T obj) - Returns:
- true to continue traversal, false otherwise
 
 
- 
 
-