org.ozoneDB.DxLib
Interface DxVector
- All Superinterfaces:
- java.lang.Cloneable, DxCollection, DxCompatible, java.io.Serializable
- All Known Implementing Classes:
- DxArrayBag
- public interface DxVector
- extends DxCollection
Indexable collection. Like an array, it contains components that can be
accessed using an integer index. However, the size of a vector can grow or
shrink.
- Version:
- $Revision: 1.1 $Date: 2001/12/18 10:31:30 $
- Author:
- SMB
Methods inherited from interface org.ozoneDB.DxLib.DxCollection |
add, addAll, addAll, clear, clone, contains, containsAll, count, isEmpty, iterator, remove, removeAll, toArray, valueClone |
addAtIndex
public java.lang.Object addAtIndex(java.lang.Object obj,
int index)
elementAtIndex
public java.lang.Object elementAtIndex(int index)
removeAtIndex
public java.lang.Object removeAtIndex(int index)
insertAtIndex
public void insertAtIndex(java.lang.Object obj,
int index)
deleteAtIndex
public java.lang.Object deleteAtIndex(int index)
space
public int space()
size
public int size()
Copyright (C) The Ozone Database Project - www.ozone-db.org. All rights reserved.