Interface IndexProperties


  • public interface IndexProperties
    Index properties are cached in tuples and each tuple carries its unique instance.

    Index properties are shallow immutable and implement Object.equals(Object) and Object.hashCode().

    • Method Detail

      • getProperty

        <Type_> Type_ getProperty​(int index)
        Retrieves index property at a given position.
        Type Parameters:
        Type_ - ComparisonIndexer will expect this to implement Comparable.
        Parameters:
        index -
        Returns:
        never null