ozone API

org.ozoneDB.DxLib
Class DxObject

java.lang.Object
  |
  +--org.ozoneDB.DxLib.DxObject
All Implemented Interfaces:
java.lang.Cloneable, DxCompatible, java.io.Serializable
Direct Known Subclasses:
DxAbstractCollection, DxAbstractIterator, DxBoolean, DxComparator, DxDiskHashCompatible, DxDouble, DxException, DxInteger, DxLong, DxString

public class DxObject
extends java.lang.Object
implements DxCompatible

See Also:
Serialized Form

Constructor Summary
DxObject()
          Constructor
 
Method Summary
 java.lang.Object clone()
          liefert eine kopie des objektes; sollte von subclasses ueberschrieben werden;
 boolean isLess(DxCompatible obj)
          true, wenn receiver echt kleiner als obj
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.ozoneDB.DxLib.DxCompatible
equals
 

Constructor Detail

DxObject

public DxObject()
Constructor

Method Detail

clone

public java.lang.Object clone()
liefert eine kopie des objektes; sollte von subclasses ueberschrieben werden;

Specified by:
clone in interface DxCompatible
Overrides:
clone in class java.lang.Object

isLess

public boolean isLess(DxCompatible obj)
true, wenn receiver echt kleiner als obj

Specified by:
isLess in interface DxCompatible

ozone API

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