Interface TotalOrder<T>

All Known Implementing Classes:
LamportVectorClock.Component

public interface TotalOrder<T>
Represents a generic total order relation.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static class 
    Represents an exception thrown when an invalid comparison is attempted.
    static enum 
    Represents the relation between two objects.
  • Method Summary

    Modifier and Type
    Method
    Description
    compare(T other)
    Compares two objects of type T - the current and the other passed as argument.