| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.egothor.util.IntegerFIFOStack
public class IntegerFIFOStack
IntegerFIFOStack.java
| Constructor Summary | |
|---|---|
IntegerFIFOStack(int capacity)
 | 
|
| Method Summary | |
|---|---|
 int[] | 
array()
 | 
 void | 
clear()
 | 
 boolean | 
isEmpty()
 | 
 int | 
pop()
 | 
 int | 
pop(int[] prox,
    int offset,
    int len)
 | 
 void | 
push(int value)
 | 
 int | 
size()
 | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public IntegerFIFOStack(int capacity)
| Method Detail | 
|---|
public void push(int value)
public void clear()
public int size()
public boolean isEmpty()
public int pop()
public int pop(int[] prox,
               int offset,
               int len)
public int[] array()
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||