- java.lang.Object
-
- javax.media.j3d.MemoryFreeList
-
-
Constructor Summary
Constructors
| Constructor and Description |
MemoryFreeList(java.lang.String className) |
MemoryFreeList(java.lang.String className,
int initialCapacity) |
-
Method Summary
Methods
| Modifier and Type |
Method and Description |
(package private) boolean |
add(java.lang.Object o) |
void |
clear() |
(package private) void |
ensureCapacity(int minCapacity) |
(package private) java.lang.Object |
getObject() |
(package private) void |
rangeCheck(int index) |
protected java.lang.Object |
removeLastElement() |
(package private) void |
shrink() |
(package private) int |
size() |
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Field Detail
-
currBlockSize
int currBlockSize
-
currBlockIndex
int currBlockIndex
-
minBlockSize
int minBlockSize
-
justShrunk
boolean justShrunk
-
Method Detail
-
clear
public void clear()
Copyright 1996-2008 Sun Microsystems, Inc. All Rights Reserved. Use is subject to license terms.