Interface QuadTreeSupplierLType

  • All Known Implementing Classes:
    QuadTreeSupplierL
    Functional Interface:
    This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

    @FunctionalInterface
    public interface QuadTreeSupplierLType
    The type of constructors for trees.
    Since:
    3.0.0
    • Method Detail

      • create

        <A> QuadTreeLType<A> create​(QuadTreeConfigurationL config)
        Create a new tree based on the given configuration.
        Type Parameters:
        A - The type of objects in the tree
        Parameters:
        config - The configuration
        Returns:
        A new tree