|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use Null | |
| com.generationjava.patterns.registry | |
| Uses of Null in com.generationjava.patterns.registry |
| Classes in com.generationjava.patterns.registry that implement Null | |
class |
NullRegistry
A registry which does nothing. |
class |
NullRegistryFactory
A RegistryFactory with null functionality. |
| Methods in com.generationjava.patterns.registry that return Null | |
Null |
RegistryRegistry.getNull()
|
Null |
RegistryRegistry.getNull(java.lang.Object type)
|
Null |
Registry.getNull()
Get the null value which will be returned when a key is requested and is not in the registry. |
Null |
NullRegistry.getNull()
Returns null. |
Null |
AbstractRegistry.getNull()
|
| Methods in com.generationjava.patterns.registry with parameters of type Null | |
void |
RegistryRegistry.setNull(Null value)
|
void |
RegistryRegistry.setNull(java.lang.Object type,
Null value)
|
void |
Registry.setNull(Null value)
Set the null value which will be returned when a key is requested and is not in the registry. |
void |
NullRegistry.setNull(Null value)
|
void |
AbstractRegistry.setNull(Null value)
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||