Index

A B C D E F G H I J L M N O P R S T U V W X Y Z 
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 classes XMLMessageMessageFactoryMethod, JSONMessageMessageFactoryMethod for every instances needed XMLMessage, JSONMessage and we cannot go with SimpleFactory since the Message 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
 
A B C D E F G H I J L M N O P R S T U V W X Y Z 
All Classes and Interfaces|All Packages|Serialized Form