Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Real-Time Decisions
11g Release 1 (11.1.1)

E17787-02


Uses of Class
com.sigmadynamics.sdo.base.GenericObject

Packages that use GenericObject
com.sigmadynamics.sdo.support Base classes for generated ILS classes. 

 

Uses of GenericObject in com.sigmadynamics.sdo.support

 

Fields in com.sigmadynamics.sdo.support declared as GenericObject
protected  GenericObject[] SDGenericObjectArray.buf
           

 

Fields in com.sigmadynamics.sdo.support with type parameters of type GenericObject
(package private)  java.util.HashSet<GenericObject> SDGenericObjectArray.set
           

 

Methods in com.sigmadynamics.sdo.support that return GenericObject
 GenericObject SDGenericObjectArray.get(int index)
          Returns the element at the specified position in this array.
 GenericObject[] SDGenericObjectArray.toArray()
          Returns an array of GenericObject containing all elements of this one.

 

Methods in com.sigmadynamics.sdo.support with parameters of type GenericObject
 void SDGenericObjectArray.add(GenericObject element)
          Appends the specified element to the end of this array.
 boolean SDGenericObjectArray.contains(GenericObject element)
          Returns true if this array contains the specified element.
 void SDGenericObjectArray.fill(GenericObject element)
          Replaces all elements of this array with the same value.
 void SDGenericObjectArray.fill(int fromIndex, int toIndex, GenericObject element)
          Replaces a group of consequtive elements of this array with the same value.
static int SDGenericObjectArray.indexOf(GenericObject element, GenericObject[] array)
          Returns the index in an array of the first occurence of the specified element, or -1 if the array does not contain such element.
static int SDGenericObjectArray.indexOf(GenericObject element, GenericObject[] array)
          Returns the index in an array of the first occurence of the specified element, or -1 if the array does not contain such element.
 void SDGenericObjectArray.set(int index, GenericObject element)
          Replaces the element at the specified position in this array with the specified element.
 void SDGenericObjectArray.toArray(GenericObject[] array)
          Copies elements to a given array.

 

Method parameters in com.sigmadynamics.sdo.support with type arguments of type GenericObject
 void SDGenericObjectArray.sort(java.util.Comparator<GenericObject> c)
          Sorts the array of objects according to the order induced by the specified comparator.

 


Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Real-Time Decisions
11g Release 1 (11.1.1)

E17787-02


Copyright © 2010, 2011, Oracle. All rights reserved.