ozone API

org.ozoneDB.DxLib
Interface DxCompatible

All Superinterfaces:
java.lang.Cloneable, java.io.Serializable
All Known Subinterfaces:
DxBag, DxCollection, DxDeque, DxIterator, DxMap, DxSet, DxVector
All Known Implementing Classes:
DxAbstractBag, DxAbstractCollection, DxAbstractIterator, DxAbstractMap, DxAbstractSet, DxArrayBag, DxArrayDeque, DxListDeque, DxMultiMap, DxObject

public interface DxCompatible
extends java.io.Serializable, java.lang.Cloneable

interface fuer objekte, die als key in collections verwendet werde sollen; wenn die methoden valueCopy(), readObject(), writeObject() der collections benoetigt werden, muessen auch die daten objekte dieses interface unterstuetzen oder von DxObject abgeleitet sein

Version:
$Revision: 1.6 $Date: 2000/10/28 16:55:14 $
Author:
SMB

Method Summary
 java.lang.Object clone()
           
 boolean equals(java.lang.Object obj)
           
 boolean isLess(DxCompatible obj)
           
 

Method Detail

isLess

public boolean isLess(DxCompatible obj)

equals

public boolean equals(java.lang.Object obj)

clone

public java.lang.Object clone()

ozone API

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