public class NullList<NNTYPE> extends Object implements NeighborList<NNTYPE>
NeighborList.InferType| Constructor and Description |
|---|
NullList() |
| 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() |
Iterator<Map.Entry<org.locationtech.geowave.core.index.ByteArray,NNTYPE>> |
iterator() |
int |
size() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic boolean add(DistanceProfile<?> distanceProfile, org.locationtech.geowave.core.index.ByteArray id, NNTYPE value)
NeighborListadd in interface NeighborList<NNTYPE>public NeighborList.InferType infer(org.locationtech.geowave.core.index.ByteArray id, NNTYPE value)
NeighborListinfer in interface NeighborList<NNTYPE>public void clear()
NeighborListclear in interface NeighborList<NNTYPE>public Iterator<Map.Entry<org.locationtech.geowave.core.index.ByteArray,NNTYPE>> iterator()
public int size()
size in interface NeighborList<NNTYPE>public boolean isEmpty()
isEmpty in interface NeighborList<NNTYPE>Copyright © 2013–2022. All rights reserved.