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, DxListCollection, java.io.Externalizable, java.io.Serializable
- Direct Known Subclasses:
- DxListDeque, DxMultiServer
- public class DxListBag
- extends DxAbstractBag
- implements 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 |
finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
serialVersionUID
static final long serialVersionUID
- See Also:
- Constant Field Values
start
protected transient DxListNode start
top
protected transient DxListNode top
itemCount
protected transient int itemCount
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 DxListNode head()
- Specified by:
head
in interface DxListCollection
tail
public DxListNode tail()
- Specified by:
tail
in interface DxListCollection
decCounter
public void decCounter()
- Specified by:
decCounter
in interface DxListCollection
Copyright (C) The Ozone Database Project - www.ozone-db.org. All rights reserved.