@Service public class ConcreteFactory<F> extends AbstractFactory<Short,Long,Integer,F>
ConcreteFactory()
Short
getA()
Long
getB()
Integer
getC()
F
getD()
dispose, provide
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ConcreteFactory()
public Short getA()
getA
AbstractFactory<Short,Long,Integer,F>
public Long getB()
getB
public Integer getC()
getC
public F getD()
getD
Copyright © 2009–2023 Oracle Corporation. All rights reserved.