All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class benno.toydb.types.DBFloat

java.lang.Object
   |
   +----benno.toydb.types.DBFloat

public class DBFloat
extends Object
implements DBType

Variable Index

 o l

Constructor Index

 o DBFloat()
 o DBFloat(float)

Method Index

 o readFrom(DataInput)
 o toString()
 o writeTo(DataOutput)

Variables

 o l
 public float l

Constructors

 o DBFloat
 public DBFloat()
 o DBFloat
 public DBFloat(float a)

Methods

 o writeTo
 public void writeTo(DataOutput d) throws IOException
 o readFrom
 public void readFrom(DataInput d) throws IOException
 o toString
 public String toString()
Overrides:
toString in class Object

All Packages  Class Hierarchy  This Package  Previous  Next  Index