uchicago.src.sim.util
Interface Remover
public interface Remover
A remover function for use with the Conservation collection.
- Version:
- $Revision: 1.3 $ $Date: 2004/11/03 19:51:06 $
- Author:
- Nick Collier
|
Method Summary |
java.util.Vector |
remove(java.util.Vector in,
int amtToRemove)
Removes the specified number of elements from the specified Vector. |
remove
java.util.Vector remove(java.util.Vector in,
int amtToRemove)
- Removes the specified number of elements from the specified Vector.
- Parameters:
in - the vector to remove the elements fromamtToRemove - the amount of element to remove
- Returns:
- the vector with the specified number of elements removed.