com.timeindexing.basic
Interface ID

All Known Implementing Classes:
AID, SID, UID

public interface ID

An interface for an ID. An ID has to be able to return a long version of itself.


Method Summary
 long value()
          Return a long form of an ID, if poosible.
 

Method Detail

value

public long value()
Return a long form of an ID, if poosible.