Interface MVMap.MapBuilder<M extends MVMap<K,​V>,​K,​V>

    • Method Detail

      • create

        M create​(MVStore store,
                 java.util.Map<java.lang.String,​java.lang.Object> config)
        Create a new map of the given type.
        Parameters:
        store - which will own this map
        config - configuration
        Returns:
        the map
      • setKeyType

        void setKeyType​(DataType<? super K> dataType)
      • setValueType

        void setValueType​(DataType<? super V> dataType)