Interface IndexProperties
-
public interface IndexPropertiesIndex properties are cached in tuples and each tuple carries its unique instance.Index properties are shallow immutable and implement
Object.equals(Object)andObject.hashCode().
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <Type_> Type_getProperty(int index)Retrieves index property at a given position.
-
-
-
Method Detail
-
getProperty
<Type_> Type_ getProperty(int index)
Retrieves index property at a given position.- Type Parameters:
Type_-ComparisonIndexerwill expect this to implementComparable.- Parameters:
index-- Returns:
- never null
-
-