Oracle Fusion Middleware extensions for Enterprise Scheduler Service
11g Release 1 (11.1.2)

E22563-02

oracle.apps.fnd.applcp.migrate.modeler.common
Class FlexfieldDefManagerImpl.SegmentDefArrayList

java.lang.Object
  extended by oracle.apps.fnd.applcp.migrate.modeler.common.FlexfieldDefManagerImpl.SegmentDefArrayList
All Implemented Interfaces:
SegmentDefList
Enclosing class:
FlexfieldDefManagerImpl

protected static class FlexfieldDefManagerImpl.SegmentDefArrayList
extends java.lang.Object
implements SegmentDefList

A SegmentDefList implementation that uses an ArrayList as the storage.


Method Summary
 SegmentDef get(int index)
          Gets the segment at the given index.
 int size()
          Returns the number of segments.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

size

public int size()
Description copied from interface: SegmentDefList
Returns the number of segments.

Specified by:
size in interface SegmentDefList
Returns:
the number of segments

get

public SegmentDef get(int index)
Description copied from interface: SegmentDefList
Gets the segment at the given index.

Specified by:
get in interface SegmentDefList
Parameters:
index - the index of the segment
Returns:
the segment at the given index

Oracle Fusion Middleware extensions for Enterprise Scheduler Service
11g Release 1 (11.1.2)

E22563-02

Copyright © 2011 Oracle. All Rights Reserved.