Interface Indexed<T>

  • Type Parameters:
    T - The type of referenced object.

    public interface Indexed<T>
    Interface of an object that can be indexed with a unique key.
    • Method Detail

      • getKey

        T getKey()
        Returns the unique key to index the object by.
        Returns:
        the unique key to index the object by.