Class Indexed<T>

    • Constructor Detail

      • Indexed

        public Indexed​(T value,
                       int index)
    • Method Detail

      • create

        public static <TO> Indexed<TO> create​(TO value,
                                              int index)
      • getValue

        public T getValue()
      • getIndex

        public int getIndex()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object