ozone API

org.ozoneDB.DxLib
Interface DxIterator

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

public interface DxIterator
extends DxCompatible


Field Summary
static long serialVersionUID
           
 
Method Summary
 java.lang.Object key()
           
 java.lang.Object next()
           
 java.lang.Object object()
           
 java.lang.Object removeObject()
           
 void reset()
           
 
Methods inherited from interface org.ozoneDB.DxLib.DxCompatible
clone, equals, isLess
 

Field Detail

serialVersionUID

public static final long serialVersionUID
See Also:
Constant Field Values
Method Detail

object

public java.lang.Object object()

key

public java.lang.Object key()

next

public java.lang.Object next()

reset

public void reset()

removeObject

public java.lang.Object removeObject()

ozone API

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