com.timeindexing.basic
Interface Value

All Known Subinterfaces:
Absolute, AbsoluteTimestamp, Adjustable, AdjustableCount, AdjustablePosition, Count, MicrosecondScale, MillisecondScale, NanosecondScale, Position, Relative, RelativeTimestamp, Scale, SecondScale, Timestamp, UnitBasedTimestamp
All Known Implementing Classes:
AbsoluteAdjustablePosition, AbsolutePosition, ElapsedMicrosecondTimestamp, ElapsedMillisecondTimestamp, ElapsedNanosecondTimestamp, ElapsedSecondTimestamp, MicrosecondTimestamp, MillisecondTimestamp, MPEGPresentationTimestamp, NanosecondTimestamp, Offset, RelativeAdjustableCount, RelativeCount, SecondTimestamp, Size, TimestampMapping, ZeroTimestamp

public interface Value

The most basic value.


Method Summary
 long value()
          Get the value.
 

Method Detail

value

public long value()
Get the value.