ozone API

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

Constructor Summary
DxListBag()
           
 
Method Summary
 boolean add(java.lang.Object obj)
           
 boolean addBack(java.lang.Object obj)
           
 boolean addFront(java.lang.Object obj)
           
 void clear()
           
 int count()
           
 void decCounter()
           
 org.ozoneDB.DxLib.DxListNode head()
           
 boolean isEmpty()
           
 DxIterator iterator()
           
 org.ozoneDB.DxLib.DxListNode 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
addAll, addAll, clone, contains, containsAll, remove, removeAll, toArray, valueClone
 
Methods inherited from interface org.ozoneDB.DxLib.DxCompatible
equals, isLess
 

Constructor Detail

DxListBag

public DxListBag()
Method Detail

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

ozone API

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