public class RegistrySimple extends java.lang.Object implements IRegistry
| Modifier and Type | Field and Description |
|---|---|
protected java.util.Map |
registryObjects
Objects registered on this registry.
|
| Constructor and Description |
|---|
RegistrySimple() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsKey(java.lang.Object p_148741_1_)
Does this registry contain an entry for the given key?
|
protected java.util.Map |
createUnderlyingMap()
Creates the Map we will use to map keys to their registered values.
|
java.util.Set |
getKeys()
Gets all the keys recognized by this registry.
|
java.lang.Object |
getObject(java.lang.Object p_82594_1_) |
void |
putObject(java.lang.Object p_82595_1_,
java.lang.Object p_82595_2_)
Register an object on this registry.
|
protected final java.util.Map registryObjects
protected java.util.Map createUnderlyingMap()
public java.lang.Object getObject(java.lang.Object p_82594_1_)
public void putObject(java.lang.Object p_82595_1_,
java.lang.Object p_82595_2_)
public java.util.Set getKeys()
public boolean containsKey(java.lang.Object p_148741_1_)