com.kuka.graph.util
Class FibonacciHeap.Handle<C,V>

java.lang.Object
  extended by 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.


Method Summary
 boolean isValid()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

isValid

public boolean isValid()
Returns:
true if the element referenced by this handle is still in the heap


Copyright © 2019. All rights reserved.