libgdx API

com.badlogic.gdx.utils
Class SortedIntList.Node<E>

java.lang.Object
  extended by com.badlogic.gdx.utils.SortedIntList.Node<E>
Enclosing class:
SortedIntList<E>

public static class SortedIntList.Node<E>
extends java.lang.Object


Field Summary
 int index
          Index value in list
protected  SortedIntList.Node<E> n
          Node next to this
protected  SortedIntList.Node<E> p
          Node previous to this
 E value
          Value held
 
Constructor Summary
SortedIntList.Node()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

p

protected SortedIntList.Node<E> p
Node previous to this


n

protected SortedIntList.Node<E> n
Node next to this


value

public E value
Value held


index

public int index
Index value in list

Constructor Detail

SortedIntList.Node

public SortedIntList.Node()

libgdx API

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