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