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 par1Obj) |
void |
putObject(java.lang.Object par1Obj,
java.lang.Object par2Obj)
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 par1Obj)
public void putObject(java.lang.Object par1Obj, java.lang.Object par2Obj)
public java.util.Set getKeys()
public boolean containsKey(java.lang.Object p_148741_1_)