Package oracle.spatial.network.lod
Interface BinaryHeap.IndexKeeper<E>
-
- All Known Implementing Classes:
IdentifiableBinaryHeap
- Enclosing class:
- BinaryHeap<E extends java.lang.Comparable>
protected static interface BinaryHeap.IndexKeeper<E>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setIndex(E element, int index)
-
-
-
Method Detail
-
setIndex
void setIndex(E element, int index)
-
-