Interface RegistryEntryParser.RegistryEntry<E>

Type Parameters:
E - value type
Enclosing class:
RegistryEntryParser<C,E extends Keyed>

@Immutable public static interface RegistryEntryParser.RegistryEntry<E>
Holds a registry value and it's key.
  • Method Summary

    Modifier and Type
    Method
    Description
    key()
    Returns the key.
    Returns the value.
  • Method Details

    • value

      E value()
      Returns the value.
      Returns:
      the value
    • key

      Returns the key.
      Returns:
      the key