JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
SEARCH
Uses of Interface
com.gophers.interfaces.Factory
Packages that use
Factory
Package
Description
com.gophers.structures.factory
Uses of
Factory
in
com.gophers.structures.factory
Classes in
com.gophers.structures.factory
that implement
Factory
Modifier and Type
Class
Description
class
AbstractGradeFactory
Abstract factory class for creating
Grade
objects.
class
GradeFactory
A factory class to create specific types of
Grade
objects based on the given index.