×

静态工厂方法 meaning in English

static factory method

Examples

  1. One advantage of static factory methods is that , unlike constructors , they have names
    静态工厂方法的一个好处是,与构造函数不同,静态工厂方法具有名字。
  2. In summary , static factory methods and public constructors both have their uses , and it pays to understand their relative merits
    总而言之,静态工厂方法和构造函数均有各自的适用性,掌握他们不同的适用场所是很有用的。
  3. Avoid the reflex to provide constructors without first considering static factories because static factories are often more appropriate
    尽量避免不作考虑使用静态工厂方法而直接使用构造函数,因为静态工厂方法在大多数情况下都比构造函数更加适用。
  4. You can often avoid creating duplicate objects by using static factory methods in preference to constructors on immutable classes that provide both
    对于同时提供了静态工厂方法和构造函数的非可变类,通常可以用静态工厂方法而不是构造函数来避免创建重复的对象。

Related Words

  1. 静态触发器
  2. 静态镜头
  3. 静态照片
  4. 静态文件
  5. 静态损耗
  6. 静态阻力
  7. 静态稳定
  8. 静态分配
  9. 静态对象
  10. 静态完整性
  11. 静态高级语言
  12. 静态跟踪误差
  13. 静态工足
  14. 静态工作
PC Version

Copyright © 2018 WordTech Co.