au.com.zip.cs
Interface HasLongValue

All Superinterfaces:
Comparable
All Known Implementing Classes:
LongValue

public interface HasLongValue
extends Comparable

An interface with a longValue() method.

Author:
Cameron Simpson <cs@zip.com.au> 31jul2003

Method Summary
 long longValue()
          Return the long value associated with this object.
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

longValue

long longValue()
Return the long value associated with this object.

Returns:
the long value