|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectcom.jme3.renderer.IDList
public class IDList
A specialized data-structure used to optimize state changes of "slot" based state.
| フィールドの概要 | |
|---|---|
int |
newLen
|
int[] |
newList
|
int |
oldLen
|
int[] |
oldList
|
| コンストラクタの概要 | |
|---|---|
IDList()
|
|
| メソッドの概要 | |
|---|---|
void |
copyNewToOld()
Copies the new list to the old list, and clears the new list. |
boolean |
moveToNew(int idx)
Adds an index to the new list. |
void |
print()
Prints the contents of the lists |
void |
reset()
Reset all states to zero |
| クラス java.lang.Object から継承されたメソッド |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| フィールドの詳細 |
|---|
public int[] newList
public int[] oldList
public int newLen
public int oldLen
| コンストラクタの詳細 |
|---|
public IDList()
| メソッドの詳細 |
|---|
public void reset()
public boolean moveToNew(int idx)
idx - The index to move
public void copyNewToOld()
public void print()
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||