Interface Registry<T>
- All Known Implementing Classes:
SimpleRegistry
public interface Registry<T>
-
Method Summary
-
Method Details
-
registryKey
RegistryKey<T> registryKey() -
get
-
find
-
key
-
values
Collection<T> values() -
stream
-
SimpleRegistry