public class NonLeaf<T extends Leaf<T>> extends Object implements Node<T>
float
coordinate
Node<T>
left
right
NonLeaf(float coordinate, int dimension, Node<T> left, Node<T> right)
boolean
isLeaf()
String
toString()
toString(Node<T> node)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public final float coordinate
public final Node<T extends Leaf<T>> left
public final Node<T extends Leaf<T>> right
public NonLeaf(float coordinate, int dimension, Node<T> left, Node<T> right)
public boolean isLeaf()
isLeaf
Node<T extends Leaf<T>>
public String toString(Node<T> node)
public String toString()
toString
Object
Copyright © 2015–2021 Fiji. All rights reserved.