Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1)

E13403-03

oracle.jdeveloper.deploy
Class DeployShell.SequenceStack

java.lang.Object
  extended by oracle.jdeveloper.deploy.DeployShell.SequenceStack
Enclosing class:
DeployShell

public static class DeployShell.SequenceStack
extends java.lang.Object


Constructor Summary
DeployShell.SequenceStack()
           
 
Method Summary
 int find(int sequence)
           
 int getLength()
           
 int[] getStack()
           
 int pop()
           
 void push(int i)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeployShell.SequenceStack

public DeployShell.SequenceStack()
Method Detail

push

public void push(int i)

pop

public int pop()

find

public int find(int sequence)

getLength

public int getLength()

getStack

public int[] getStack()

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1)

E13403-03

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