com.badlogic.gdx.utils
Class BinaryHeap.Node

java.lang.Object
  extended by com.badlogic.gdx.utils.BinaryHeap.Node
Enclosing class:
BinaryHeap<T extends BinaryHeap.Node>

public static class BinaryHeap.Node
extends Object

Author:
Nathan Sweet

Constructor Summary
BinaryHeap.Node(float value)
           
 
Method Summary
 float getValue()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BinaryHeap.Node

public BinaryHeap.Node(float value)
Method Detail

getValue

public float getValue()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2014. All Rights Reserved.