public interface NodeOrderingProvider
Modifier and Type | Method and Description |
---|---|
static NodeOrderingProvider |
fromArray(int... nodes) |
int |
getNodeIdForLevel(int level) |
int |
getNumNodes() |
static NodeOrderingProvider |
identity(int nodes) |
static NodeOrderingProvider identity(int nodes)
static NodeOrderingProvider fromArray(int... nodes)
int getNodeIdForLevel(int level)
int getNumNodes()
Copyright © 2012–2022. All rights reserved.