ozone core API

org.ozoneDB.DxLib
Class DxListDeque

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

public class DxListDeque
extends DxListBag
implements DxDeque

Version:
$Revision: 1.1 $Date: 2001/12/18 10:31:30 $
Author:
SMB
See Also:
Serialized Form

Field Summary
(package private) static long serialVersionUID
           
 
Fields inherited from class org.ozoneDB.DxLib.DxListBag
itemCount, start, top
 
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
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

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 core API

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