Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想创建一个对象AreaChartBuilder。这个类的签名:
AreaChartBuilder
Class AreaChartBuilder<X,Y,B extends AreaChartBuilder<X,Y,B>>
我想知道创建其对象的语法。请帮我。