Uses of Class
com.db4o.internal.activation.FixedUpdateDepth
-
Packages that use FixedUpdateDepth Package Description com.db4o.internal.activation -
-
Uses of FixedUpdateDepth in com.db4o.internal.activation
Subclasses of FixedUpdateDepth in com.db4o.internal.activation Modifier and Type Class Description class
LegacyFixedUpdateDepth
class
TPFixedUpdateDepth
Methods in com.db4o.internal.activation that return FixedUpdateDepth Modifier and Type Method Description FixedUpdateDepth
FixedUpdateDepth. adjustDepthToBorders()
protected abstract FixedUpdateDepth
FixedUpdateDepth. forDepth(int depth)
protected FixedUpdateDepth
LegacyFixedUpdateDepth. forDepth(int depth)
protected FixedUpdateDepth
LegacyUnspecifiedUpdateDepth. forDepth(int depth)
FixedUpdateDepth
LegacyUpdateDepthProvider. forDepth(int depth)
protected FixedUpdateDepth
TPFixedUpdateDepth. forDepth(int depth)
protected FixedUpdateDepth
TPUnspecifiedUpdateDepth. forDepth(int depth)
FixedUpdateDepth
TPUpdateDepthProvider. forDepth(int depth)
protected abstract FixedUpdateDepth
UnspecifiedUpdateDepth. forDepth(int depth)
FixedUpdateDepth
UpdateDepthProvider. forDepth(int depth)
Methods in com.db4o.internal.activation with parameters of type FixedUpdateDepth Modifier and Type Method Description boolean
FixedUpdateDepth. isBroaderThan(FixedUpdateDepth other)
-