ozone core API

org.ozoneDB.DxLib
Class DxArrayDeque

java.lang.Object
  extended byorg.ozoneDB.DxLib.DxObject
      extended byorg.ozoneDB.DxLib.DxAbstractCollection
          extended byorg.ozoneDB.DxLib.DxAbstractBag
              extended byorg.ozoneDB.DxLib.DxArrayBag
                  extended byorg.ozoneDB.DxLib.DxArrayDeque
All Implemented Interfaces:
java.lang.Cloneable, DxBag, DxCollection, DxCompatible, DxDeque, DxVector, DxVectorCollection, java.io.Externalizable, java.io.Serializable

public class DxArrayDeque
extends DxArrayBag
implements DxDeque

Version:
$Revision: 1.9 $Date: 2000/10/28 16:55:14 $
Author:
SMB
See Also:
Serialized Form

Field Summary
(package private) static long serialVersionUID
           
 
Fields inherited from class org.ozoneDB.DxLib.DxArrayBag
 
Constructor Summary
DxArrayDeque()
           
DxArrayDeque(int initSpace)
           
 
Method Summary
 java.lang.Object peek()
           
 java.lang.Object peekBottom()
           
 java.lang.Object peekTop()
           
 java.lang.Object pop()
           
 java.lang.Object popBottom()
           
 java.lang.Object popTop()
           
 void push(java.lang.Object obj)
           
 void pushBottom(java.lang.Object obj)
           
 void pushTop(java.lang.Object obj)
           
 
Methods inherited from class org.ozoneDB.DxLib.DxArrayBag
addAtIndex, addBack, addFront, clear, count, decCounter, deleteAtIndex, elementAtIndex, insertAtIndex, internalVector, isEmpty, iterator, removeAtIndex, size, space
 
Methods inherited from class org.ozoneDB.DxLib.DxAbstractBag
add, equals
 
Methods inherited from class org.ozoneDB.DxLib.DxAbstractCollection
addAll, addAll, clone, contains, containsAll, readExternal, remove, removeAll, toArray, valueClone, writeExternal
 
Methods inherited from class org.ozoneDB.DxLib.DxObject
clone, isLess
 
Methods inherited from class java.lang.Object
finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.ozoneDB.DxLib.DxCollection
add, addAll, addAll, clear, clone, contains, containsAll, count, isEmpty, iterator, remove, removeAll, toArray, valueClone
 
Methods inherited from interface org.ozoneDB.DxLib.DxCompatible
equals, isLess
 

Field Detail

serialVersionUID

static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

DxArrayDeque

public DxArrayDeque()

DxArrayDeque

public DxArrayDeque(int initSpace)
Method Detail

peek

public java.lang.Object peek()
Specified by:
peek in interface DxDeque

peekTop

public java.lang.Object peekTop()
Specified by:
peekTop in interface DxDeque

peekBottom

public java.lang.Object peekBottom()
Specified by:
peekBottom in interface DxDeque

push

public void push(java.lang.Object obj)
Specified by:
push in interface DxDeque

pushTop

public void pushTop(java.lang.Object obj)
Specified by:
pushTop in interface DxDeque

pushBottom

public void pushBottom(java.lang.Object obj)
Specified by:
pushBottom in interface DxDeque

pop

public java.lang.Object pop()
Specified by:
pop in interface DxDeque

popTop

public java.lang.Object popTop()
Specified by:
popTop in interface DxDeque

popBottom

public java.lang.Object popBottom()
Specified by:
popBottom in interface DxDeque

ozone core API

Copyright (C) The Ozone Database Project - www.ozone-db.org. All rights reserved.