|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.media.j3d.MemoryFreeList
javax.media.j3d.IntegerFreeList
class IntegerFreeList
Field Summary | |
---|---|
(package private) int |
count
|
Fields inherited from class javax.media.j3d.MemoryFreeList |
---|
c, capacity, currBlock, currBlockIndex, currBlockSize, elementData, initcap, justShrunk, minBlockSize, minSize, numBlocks, size, spaceUsed |
Constructor Summary | |
---|---|
IntegerFreeList()
|
|
IntegerFreeList(int initialCount,
int initCapacity)
|
Method Summary | |
---|---|
void |
clear()
|
(package private) java.lang.Object |
getObject()
|
Methods inherited from class javax.media.j3d.MemoryFreeList |
---|
add, ensureCapacity, rangeCheck, removeLastElement, shrink, size |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
int count
Constructor Detail |
---|
IntegerFreeList()
IntegerFreeList(int initialCount, int initCapacity)
Method Detail |
---|
java.lang.Object getObject()
getObject
in class MemoryFreeList
public void clear()
clear
in class MemoryFreeList
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |