Package org.odmg
Interface DArray
-
- All Superinterfaces:
java.util.Collection,DCollection,java.lang.Iterable,java.util.List
public interface DArray extends DCollection, java.util.List
The interface that defines the operations of an ODMG array,
not yet available in RasDaMan. Nearly all of its operations are defined by the JavaSoftListinterface. All of the operations defined by the JavaSoftListinterface are supported by an ODMG implementation ofDArray, the exceptionUnsupportedOperationExceptionis not thrown when a call is made to any of theListmethods. An instance of a class implementing this interface can be obtained by calling the methodImplementation.newDArray.- Author:
- David Jordan (as Java Editor of the Object Data Management Group)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidresize(int newSize)Resize the array to havenewSizeelements.-
Methods inherited from interface org.odmg.DCollection
existsElement, query, select, selectElement
-
Methods inherited from interface java.util.List
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray
-
-