com.swfm.mica.util
Class CacheVector
java.lang.Object
com.swfm.mica.util.CacheVector
- public abstract class CacheVector
- extends java.lang.Object
A class of the MICA Graphics Framework
- Version:
- %I% %G%
- Author:
- Michael L. Davis
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
CacheVector
public CacheVector()
removeAllElements
public void removeAllElements()
removeElementAt
public void removeElementAt(int index)
size
public final int size()
cacheSize
public int cacheSize()
clone
public java.lang.Object clone()
copy
public CacheVector copy()
theElementAt
public java.lang.Object theElementAt(int index)
peekElementAt
public java.lang.Object peekElementAt(int index)
useTheNextElement
public java.lang.Object useTheNextElement()
makeAnElement
public abstract java.lang.Object makeAnElement()
toString
public java.lang.String toString()