Package | Description |
---|---|
com.badlogic.gdx.utils |
Modifier and Type | Field and Description |
---|---|
protected SortedIntList.Node<E> |
SortedIntList.Node.n
Node next to this
|
protected SortedIntList.Node<E> |
SortedIntList.Node.p
Node previous to this
|
Modifier and Type | Method and Description |
---|---|
SortedIntList.Node<E> |
SortedIntList.Iterator.next() |
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<SortedIntList.Node<E>> |
SortedIntList.iterator()
Returns an iterator to traverse the list.
|