Index
All Classes and Interfaces|All Packages|Serialized Form
F
- Facade - Interface in design.pattern.structural
-
Facade
is to create a simple use-case interface which can be directly used by the user without knowing/implementing all related classes needed for that use-case by the user. - FactoryMethod - Interface in design.pattern.creational
-
FactoryMethod
will have individual factory method classesXMLMessageMessageFactoryMethod
,JSONMessageMessageFactoryMethod
for every instances neededXMLMessage
,JSONMessage
and we cannot go withSimpleFactory
since theMessage
might be extended by different concrete classes in the future - File - Class in common.helper.file
- FileStorage - Class in common.helper.storage
- FileStorage() - Constructor for class common.helper.storage.FileStorage
- Flyweight - Interface in design.pattern.structural
-
Flyweight
is used when we can split the object as intrinsic (shared by all instances) and extrinsic (context based values which will be taken care by the client) values - FOUR_TERABYTES - Enum constant in enum class common.helper.cloud.Storage.Size
All Classes and Interfaces|All Packages|Serialized Form