DATATYPE - Return type of the factory@Immutable public class FactoryNull<DATATYPE> extends Object implements IFactory<DATATYPE>, Serializable
IFactory that always returns null.| Constructor and Description |
|---|
FactoryNull() |
| Modifier and Type | Method and Description |
|---|---|
DATATYPE |
create()
Create an object of the desired type.
|
boolean |
equals(Object o) |
int |
hashCode() |
String |
toString() |
Copyright © 2014–2016 Philip Helger. All rights reserved.