ozone core API

org.ozoneDB.DxLib
Interface DxListCollection

All Superinterfaces:
java.lang.Cloneable, DxCollection, DxCompatible, java.io.Serializable
All Known Implementing Classes:
DxListBag

interface DxListCollection
extends DxCollection


Method Summary
 void decCounter()
           
 DxListNode head()
           
 DxListNode tail()
           
 
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
 

Method Detail

head

public DxListNode head()

tail

public DxListNode tail()

decCounter

public void decCounter()

ozone core API

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