public interface DArray extends DCollection, java.util.List
List
interface.
All of the operations defined by the JavaSoft List
interface are supported by an ODMG implementation of DArray
,
the exception UnsupportedOperationException
is not thrown when a
call is made to any of the List
methods.
An instance of a class implementing this interface can be obtained
by calling the method Implementation.newDArray
.Modifier and Type | Method and Description |
---|---|
void |
resize(int newSize)
Resize the array to have
newSize elements. |
existsElement, query, select, selectElement
(C) 2002 - 2005 Apache Software Foundation
All rights reserved. Published under the Apache License 2.0.
http://db.apache.org/ojb
Version: 1.0.4, 2005-12-30