| Package | Description |
|---|---|
| org.bytedeco.arrow |
| Modifier and Type | Method and Description |
|---|---|
PathForestResult |
PathForestResult.getPointer(long i) |
static PathForestResult |
PathForest.MakeFromPreSorted(FileInfo sorted_infos)
Make a PathForest from a FileInfo vector which is already sorted in a
depth first visitation order.
|
PathForestResult |
PathForestResult.position(long position) |
PathForestResult |
PathForestResult.put(PathForestResult other)
Copy-assignment operator.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
PathForestResult.Equals(PathForestResult other)
Compare to another Result.
|
PathForestResult |
PathForestResult.put(PathForestResult other)
Copy-assignment operator.
|
| Constructor and Description |
|---|
PathForestResult(PathForestResult other)
Copy constructor.
|
Copyright © 2021. All rights reserved.