|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--edu.columbia.surge.hashImpl.FDNullFactoryH
This class holds the factory methods for the FDNull class. Users can use this class to create instances of FDNull objects with their desired parameters. A static keyword is used to instantiate an instance of FDNullFactoryH so that the static variable "factory" in this class will have access to the create methods. Users can also create instances of FDNullH directly using the constructors of the FDNull class. The primary reason of the creation of this class is to allow the FDNull class, which implements the FDNull interface to have constructors while being able to implement all the methods in the interface.
FDNullH
Field Summary | |
static FDNullFactoryH |
factory
The static instance which helps users to access to the methods in this class. |
Method Summary | |
FDNull |
create()
A factory method which creates a default instance of FDH. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Field Detail |
public static FDNullFactoryH factory
Method Detail |
public FDNull create()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |