Class AbstractBackingStore<I,​T>

    • Field Detail

      • indexedValues

        @Nonnull
        private final Map<I,​List<T>> indexedValues
        Index of entity IDs to their descriptors.
      • orderedValues

        @Nonnull
        private final List<T> orderedValues
        Ordered list of entity descriptors.
    • Constructor Detail

      • AbstractBackingStore

        AbstractBackingStore()
        Constructor.
    • Method Detail

      • getOrderedValues

        @Nonnull
        public List<T> getOrderedValues()
        Description copied from interface: BackingStore
        Get the list of ordered values.
        Specified by:
        getOrderedValues in interface BackingStore<I,​T>
        Returns:
        the list of ordered values.