|
libgdx API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.badlogic.gdx.utils.SortedIntList.Node<E>
public static class SortedIntList.Node<E>
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 |
---|
protected SortedIntList.Node<E> p
protected SortedIntList.Node<E> n
public E value
public int index
Constructor Detail |
---|
public SortedIntList.Node()
|
libgdx API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |