Package com.db4o.foundation
Interface Visitable<T>
-
- All Known Implementing Classes:
DeleteInfo,FreeSlotNode,FreespaceSlotChange,IdSlotTree,IdSystemSlotChange,QCandidate,QCandidateBase,QPending,QPrimitiveCandidate,ReferencedSlot,SlotChange,SystemSlotChange,Tree,TreeInt,TreeIntObject,TreeObject
public interface Visitable<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaccept(Visitor4<T> visitor)
-