통합
뉴스
블로그
웹문서
동영상
관련성순
최신순
블로그
[디자인패턴-1 Creational]Lazy initialization
.*; public class
Fruit
{ private static
final
Map types = new HashMap(); private
final
String type; / / using a private constructor to force use of the factory method. private
Fruit
(String type) { this.t
blog.naver.com · 2009.08.21