org.ozoneDB.DxLib
Class DxListBag
java.lang.Object
org.ozoneDB.DxLib.DxObject
org.ozoneDB.DxLib.DxAbstractCollection
org.ozoneDB.DxLib.DxAbstractBag
org.ozoneDB.DxLib.DxListBag
- All Implemented Interfaces:
- java.lang.Cloneable, DxBag, DxCollection, DxCompatible, org.ozoneDB.DxLib.DxListCollection, java.io.Externalizable, java.io.Serializable
- Direct Known Subclasses:
- DxListDeque
- public class DxListBag
- extends DxAbstractBag
- implements org.ozoneDB.DxLib.DxListCollection
- See Also:
- Serialized Form
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 |
DxListBag
public DxListBag()
add
public boolean add(java.lang.Object obj)
- Specified by:
add
in interface DxCollection
- Overrides:
add
in class DxAbstractBag
addFront
public boolean addFront(java.lang.Object obj)
- Specified by:
addFront
in interface DxBag
addBack
public boolean addBack(java.lang.Object obj)
- Specified by:
addBack
in interface DxBag
- Overrides:
addBack
in class DxAbstractBag
iterator
public DxIterator iterator()
- Specified by:
iterator
in interface DxCollection
count
public int count()
- Specified by:
count
in interface DxCollection
isEmpty
public boolean isEmpty()
- Specified by:
isEmpty
in interface DxCollection
clear
public void clear()
- Specified by:
clear
in interface DxCollection
head
public org.ozoneDB.DxLib.DxListNode head()
- Specified by:
head
in interface org.ozoneDB.DxLib.DxListCollection
tail
public org.ozoneDB.DxLib.DxListNode tail()
- Specified by:
tail
in interface org.ozoneDB.DxLib.DxListCollection
decCounter
public void decCounter()
- Specified by:
decCounter
in interface org.ozoneDB.DxLib.DxListCollection
Copyright (C) The Ozone Database Project - www.ozone-db.org. All rights reserved.