| Modifier and Type | Interface and Description |
|---|---|
static class |
NeighborList.InferType |
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(DistanceProfile<?> distanceProfile,
org.locationtech.geowave.core.index.ByteArray id,
NNTYPE value)
May be called prior to init() when discovered by entry itself.
|
void |
clear()
Clear the contents.
|
NeighborList.InferType |
infer(org.locationtech.geowave.core.index.ByteArray id,
NNTYPE value)
See if the entries relationships have already been inferred
|
boolean |
isEmpty() |
int |
size() |
forEach, iterator, spliteratorboolean add(DistanceProfile<?> distanceProfile, org.locationtech.geowave.core.index.ByteArray id, NNTYPE value)
NeighborList.InferType infer(org.locationtech.geowave.core.index.ByteArray id, NNTYPE value)
void clear()
int size()
boolean isEmpty()
Copyright © 2013–2022. All rights reserved.