ozone core API

org.ozoneDB.DxLib
Class DxLong

java.lang.Object
  extended byorg.ozoneDB.DxLib.DxObject
      extended byorg.ozoneDB.DxLib.DxLong
All Implemented Interfaces:
java.lang.Cloneable, DxCompatible, java.io.Externalizable, java.io.Serializable

public class DxLong
extends DxObject
implements java.io.Externalizable

See Also:
Serialized Form

Field Summary
(package private) static long serialVersionUID
           
(package private)  long value
           
 
Constructor Summary
DxLong()
           
DxLong(DxLong v)
           
DxLong(long v)
           
 
Method Summary
 java.lang.Object clone()
          liefert eine kopie des objektes; sollte von subclasses ueberschrieben werden;
 boolean equals(java.lang.Object obj)
           
 int hashCode()
           
 boolean isLess(DxCompatible obj)
          true, wenn receiver echt kleiner als obj
 void readExternal(java.io.ObjectInput in)
           
 long toLong()
           
 java.lang.String toString()
           
 void writeExternal(java.io.ObjectOutput out)
           
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

serialVersionUID

static final long serialVersionUID
See Also:
Constant Field Values

value

long value
Constructor Detail

DxLong

public DxLong()

DxLong

public DxLong(long v)

DxLong

public DxLong(DxLong v)
Method Detail

clone

public java.lang.Object clone()
Description copied from class: DxObject
liefert eine kopie des objektes; sollte von subclasses ueberschrieben werden;

Specified by:
clone in interface DxCompatible
Overrides:
clone in class DxObject

equals

public boolean equals(java.lang.Object obj)
Specified by:
equals in interface DxCompatible

isLess

public boolean isLess(DxCompatible obj)
Description copied from class: DxObject
true, wenn receiver echt kleiner als obj

Specified by:
isLess in interface DxCompatible
Overrides:
isLess in class DxObject

toString

public java.lang.String toString()

toLong

public long toLong()

hashCode

public int hashCode()

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Specified by:
writeExternal in interface java.io.Externalizable
Throws:
java.io.IOException

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Specified by:
readExternal in interface java.io.Externalizable
Throws:
java.io.IOException
java.lang.ClassNotFoundException

ozone core API

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