Package com.io7m.jspatial.implementation
Class QuadTreeSupplierD
- java.lang.Object
-
- com.io7m.jspatial.implementation.QuadTreeSupplierD
-
- All Implemented Interfaces:
QuadTreeSupplierDType
public final class QuadTreeSupplierD extends java.lang.Object implements QuadTreeSupplierDType
The default implementation of theQuadTreeSupplierDTypeinterface.
-
-
Constructor Summary
Constructors Constructor Description QuadTreeSupplierD()Construct a new supplier.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <A> QuadTreeDType<A>create(QuadTreeConfigurationD config)Create a new tree based on the given configuration.
-
-
-
Method Detail
-
create
public <A> QuadTreeDType<A> create(QuadTreeConfigurationD config)
Description copied from interface:QuadTreeSupplierDTypeCreate a new tree based on the given configuration.- Specified by:
createin interfaceQuadTreeSupplierDType- Type Parameters:
A- The type of objects in the tree- Parameters:
config- The configuration- Returns:
- A new tree
-
-