Interface Indexable<K>


  • public interface Indexable<K>

    Since:
    01/06/12
    Author:
    Charles Prud'homme
    • Method Detail

      • getIdx

        int getIdx​(K key)
        Return the index of this in variable
        Parameters:
        key - the key element, must be a known this
        Returns:
        index index of this in variable list of event recorder
      • setIdx

        void setIdx​(K key,
                    int idx)
        Return the index of this in variable
        Parameters:
        key - a key element, must be a known this
        idx - index of this in variable list of event recorder