Interface Ordering


public interface Ordering
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    the two values are equal
    static final int
    the first value is larger than the second
    static final int
    the first value is smaller than the second
  • Field Details