Interface BackingStore<I,​T>

    • Method Detail

      • getIndexedValues

        @Nonnull
        Map<I,​List<T>> getIndexedValues()
        Get the index - mapping keys to values.
        Returns:
        the index.
      • getOrderedValues

        @Nonnull
        List<T> getOrderedValues()
        Get the list of ordered values.
        Returns:
        the list of ordered values.