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
-
Method Details
-
lookup
-
I - the type of values to lookup.Registry