public interface IRegistry<T,U>
| Modifier and Type | Method and Description |
|---|---|
U |
get(T id) |
T |
getId(U value) |
int |
getSize() |
com.google.common.collect.BiMap<T,U> |
getUnmodifiable() |
default <V extends IRegistry> |
register() |
void |
register(T id,
U value) |