Class TypedMapListNode<K,V>

Type Parameters:
K - The key type.
V - The value type.

@Deprecated(since="1.9.0", forRemoval=true) public abstract class TypedMapListNode<K,V> extends TypedMapListNode<K,V>
Deprecated, for removal: This API element is subject to removal in a future version.
Since 1.9.0 versioning refactor. Use TypedMapListNode instead.
Gets a map list from the config, using specified types instead of rawtypes.
Since:
1.3.0
Author:
Isabel Maskrey
  • Constructor Details

    • TypedMapListNode

      public TypedMapListNode(@NotNull @NotNull ConfigurationContainer parent, @NotNull @NotNull String name)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Creates a new typed map list node.
      Parameters:
      parent - The parent container.
      name - The name of the node.
      Since:
      1.3.0