Interface Lookup<I>

Type Parameters:
I - the type of values to lookup.
All Known Implementing Classes:
Registry

public interface Lookup<I>
Generic lookup by lower-case string ID.
Since:
4.3
  • Method Summary

    Modifier and Type
    Method
    Description
    lookup(String name)
    Looks up a value using a lower-case string ID.
  • Method Details

    • lookup

      I lookup(String name)
      Looks up a value using a lower-case string ID.
      Parameters:
      name - The lookup name.
      Returns:
      The matching value.