com.kuka.graph.util
Class FibonacciHeap.Handle<C,V>
java.lang.Object
com.kuka.graph.util.FibonacciHeap.Handle<C,V>
- Type Parameters:
C - the key type.V - the value type.
- Enclosing class:
- FibonacciHeap<K extends Comparable<K>,T>
public static final class FibonacciHeap.Handle<C,V>
- extends Object
Handle to elements in the heap for efficient access.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
isValid
public boolean isValid()
- Returns:
- true if the element referenced by this handle is still in the heap
Copyright © 2019. All rights reserved.