DATATYPE
public class FactoryConstantValue<DATATYPE> extends Object implements IFactory<DATATYPE>
IFactory
FactoryConstantValue(DATATYPE aConstantValue)
create()
static <DATATYPE> FactoryConstantValue<DATATYPE>
create(DATATYPE aConstantValue)
boolean
equals(Object o)
int
hashCode()
String
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public FactoryConstantValue(@Nullable DATATYPE aConstantValue)
@Nullable public DATATYPE create()
create
IFactory<DATATYPE>
null
public boolean equals(Object o)
equals
Object
public int hashCode()
hashCode
public String toString()
toString
@Nonnull public static <DATATYPE> FactoryConstantValue<DATATYPE> create(@Nullable DATATYPE aConstantValue)
Copyright © 2014–2015 Philip Helger. All rights reserved.