Class DataType.Utils

java.lang.Object
com.jeff_media.morepersistentdatatypes.DataType.Utils
Enclosing interface:
DataType

public static class DataType.Utils extends Object
For internal use only.
  • Method Details

    • getKeyKey

      public static NamespacedKey getKeyKey(int index)
      Returns a NamespacedKey for the given key index.
      Parameters:
      index - The index of the key
      Returns:
      The NamespacedKey
    • getKeyKey

      public static NamespacedKey getKeyKey(String name)
      Returns a NamespacedKey for the given key name.
      Parameters:
      name - The name of the key
      Returns:
      The NamespacedKey
    • getValueKey

      public static NamespacedKey getValueKey(int index)
      Returns a NamespacedKey for the given value index.
      Parameters:
      index - The index of the value
      Returns:
      The NamespacedKey
    • getValueKey

      public static NamespacedKey getValueKey(String name)
      Returns a NamespacedKey for the given value name.
      Parameters:
      name - The name of the value
      Returns:
      The NamespacedKey