com.timeindexing.basic
Class Size

java.lang.Object
  extended bycom.timeindexing.basic.Size
All Implemented Interfaces:
Absolute, java.lang.Cloneable, Value

public class Size
extends java.lang.Object
implements Absolute, java.lang.Cloneable

An Size is an absolute value. This is basically a constant.


Constructor Summary
Size(long value)
          Construct a new Size from a given value
 
Method Summary
 java.lang.Object clone()
          Clone me
 java.lang.String toString()
          String value of a Size.
 long value()
          Get the count.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Size

public Size(long value)
Construct a new Size from a given value

Method Detail

value

public long value()
Get the count.

Specified by:
value in interface Value

clone

public java.lang.Object clone()
                       throws java.lang.CloneNotSupportedException
Clone me

Throws:
java.lang.CloneNotSupportedException

toString

public java.lang.String toString()
String value of a Size.