| 
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 1 (11.1.1.9.0) E52932-01  | 
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
  
oracle.jbo.common.SparseArrayImpl
      
oracle.jbo.server.SparseArray
public class SparseArray
The SparseArray represents Data from the datastore along with a flag whether data exists in a particular index into the array or not. This Array is designed for arrays that have small numbers of elements with a medium (200-400) spread on the indices. This array doesn't shrink the storage as tail-elements are removed because it assumes that the spread isn't very large.
Only ready only access is allowed to data within this class-instance.
| Constructor Summary | |
|---|---|
SparseArray(int length) | 
|
| Method Summary | |
|---|---|
 SparseArray | 
toSparseArray() | 
| Methods inherited from class oracle.jbo.common.SparseArrayImpl | 
|---|
clear, get, isEmpty, isPopulated, length, set, toSparseArrayImpl, toString, toString | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Methods inherited from interface oracle.jbo.server.SparseArrayInterface | 
|---|
clear, get, isEmpty, isPopulated, set, toString, toString | 
| Constructor Detail | 
|---|
public SparseArray(int length)
| Method Detail | 
|---|
public SparseArray toSparseArray()
toSparseArray in interface SparseArrayInterface
  | 
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 1 (11.1.1.9.0) E52932-01  | 
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||