Class ConcreteFlyweightA
- public class ConcreteFlyweightA
- extends Flyweight
A concrete flyweight for a specific class of tasks.

doSomething
(Object)
- The task this flyweight performs

doSomething
public Object doSomething(Object context)
- The task this flyweight performs.
- Parameters:
- context - The extrinsic state information needed to perform the task.
- Returns:
- The appropriate result.