Oracle Application Development Framework Model and Business Components Java API Reference 10g Release 3 (10.1.3)
B16005-01


oracle.jbo.server
Interface SparseArrayInterface

All Known Implementing Classes:
SparseArray

public interface SparseArrayInterface

Method Summary
 void clear(int index)
           
 java.lang.Object get(int index)
           
 boolean isEmpty()
           
 boolean isPopulated(int index)
           
 void set(int index, java.lang.Object value)
           
 SparseArray toSparseArray()
           
 java.lang.String toString()
           
 java.lang.String toString(int maxEntries)
           

 

Method Detail

get

public java.lang.Object get(int index)

set

public void set(int index,
                java.lang.Object value)

isPopulated

public boolean isPopulated(int index)

clear

public void clear(int index)

isEmpty

public boolean isEmpty()

toSparseArray

public SparseArray toSparseArray()

toString

public java.lang.String toString(int maxEntries)

toString

public java.lang.String toString()

Oracle Application Development Framework Model and Business Components Java API Reference 10g Release 3 (10.1.3)
B16005-01


Copyright © 1997, 2005, Oracle. All rights reserved.