public abstract class AbstractFactory<A,B,C,D> extends Object implements Factory<C>
| Constructor and Description |
|---|
AbstractFactory() |
| Modifier and Type | Method and Description |
|---|---|
void |
dispose(C killMe) |
abstract A |
getA() |
abstract B |
getB() |
abstract C |
getC() |
abstract D |
getD() |
C |
provide() |
Copyright © 2009–2023 Oracle Corporation. All rights reserved.