org.ozoneDB.DxLib
Class DxArrayDeque
java.lang.Object
org.ozoneDB.DxLib.DxObject
org.ozoneDB.DxLib.DxAbstractCollection
org.ozoneDB.DxLib.DxAbstractBag
org.ozoneDB.DxLib.DxArrayBag
org.ozoneDB.DxLib.DxArrayDeque
- All Implemented Interfaces:
- java.lang.Cloneable, DxBag, DxCollection, DxCompatible, DxDeque, DxVector, org.ozoneDB.DxLib.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
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.DxAbstractCollection |
addAll, addAll, clone, contains, containsAll, readExternal, remove, removeAll, toArray, valueClone, writeExternal |
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 |
DxArrayDeque
public DxArrayDeque()
DxArrayDeque
public DxArrayDeque(int initSpace)
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
Copyright (C) The Ozone Database Project - www.ozone-db.org. All rights reserved.