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