Class DataStoreTypes.FullDataSet<TDescriptor>

  • Type Parameters:
    TDescriptor - will be DataStoreTypes.ItemDescriptor or DataStoreTypes.SerializedItemDescriptor
    Enclosing class:
    DataStoreTypes

    public static final class DataStoreTypes.FullDataSet<TDescriptor>
    extends java.lang.Object
    Wrapper for a set of storable items being passed to a data store.

    Since the generic type signature for the data set is somewhat complicated (it is an ordered list of key-value pairs where each key is a DataStoreTypes.DataKind, and each value is another ordered list of key-value pairs for the individual data items), this type simplifies the declaration of data store methods and makes it easier to see what the type represents.

    • Method Detail

      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object