com.swfm.mica.util
Class CacheVector

java.lang.Object
  extended bycom.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

Constructor Summary
CacheVector()
           
 
Method Summary
 int cacheSize()
           
 java.lang.Object clone()
           
 CacheVector copy()
           
abstract  java.lang.Object makeAnElement()
           
 java.lang.Object peekElementAt(int index)
           
 void removeAllElements()
           
 void removeElementAt(int index)
           
 int size()
           
 java.lang.Object theElementAt(int index)
           
 java.lang.String toString()
           
 java.lang.Object useTheNextElement()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CacheVector

public CacheVector()
Method Detail

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()