libgdx API

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

Author:
Nathan Sweet

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

Constructor Detail

BinaryHeap.Node

public BinaryHeap.Node(float value)
Method Detail

getValue

public float getValue()

libgdx API

Copyright 2010 Mario Zechner (contact@badlogicgames.com), Nathan Sweet (admin@esotericsoftware.com)