ozone API

org.ozoneDB.DxLib
Class DxListDeque

java.lang.Object
  extended byorg.ozoneDB.DxLib.DxObject
      extended byorg.ozoneDB.DxLib.DxAbstractCollection
          extended byorg.ozoneDB.DxLib.DxAbstractBag
              extended byorg.ozoneDB.DxLib.DxListBag
                  extended byorg.ozoneDB.DxLib.DxListDeque
All Implemented Interfaces:
java.lang.Cloneable, DxBag, DxCollection, DxCompatible, DxDeque, org.ozoneDB.DxLib.DxListCollection, java.io.Externalizable, java.io.Serializable

public class DxListDeque
extends DxListBag
implements DxDeque

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

Constructor Summary
DxListDeque()
           
 
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.DxListBag
add, addBack, addFront, clear, count, decCounter, head, isEmpty, iterator, tail
 
Methods inherited from class org.ozoneDB.DxLib.DxAbstractBag
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
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
 

Constructor Detail

DxListDeque

public DxListDeque()
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 API

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