All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface VisiModel.VIteration

public interface VIteration
extends Enumeration
Interface for VectorIter allowing deletion of elements during an iteration.

Version:
$Revision: 1.3 $, $Date: 2000/10/12 14:09:17 $
Author:
Mike Spengler

Method Index

 o remove()
Indicates that the component of the Vector returned by the last call to nextElement() has been deleted from the Vector.

Methods

 o remove
 public abstract void remove()
Indicates that the component of the Vector returned by the last call to nextElement() has been deleted from the Vector.


All Packages  Class Hierarchy  This Package  Previous  Next  Index