public interface Leaf<N extends Leaf<N>> extends Node<N>
Modifier and Type | Method and Description |
---|---|
N[] |
createArray(int n) |
float |
distanceTo(N other) |
float |
get(int k) |
int |
getNumDimensions() |
Copyright © 2015–2021 Fiji. All rights reserved.