math.objects
Class FunctionList
java.lang.Object
|
+--math.objects.FunctionList
- public class FunctionList
- extends java.lang.Object
The class FunctionList is used to contain Function objects used
in Function objects.
It extends the Vector class.
- Since:
- JDK1.1
- Author:
- Peter Staab
, Pete Fox
, both for the Mathematical Visualization Project for the
Department of Applied Mathematics, University of Colorado at
Boulder
Field Summary |
(package private) java.util.ArrayList |
functions
|
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
functions
java.util.ArrayList functions
FunctionList
public FunctionList()
add
public void add(Function f)
get
public Function get(int i)
clear
public void clear()
size
public int size()
iterator
public java.util.Iterator iterator()
toArray
public Function[] toArray()
remove
public void remove(Function fxn)
clone
public java.lang.Object clone()
- Overrides:
clone
in class java.lang.Object
mvt.icons