E D R , A S I H C RSS

BackLinks search for "SoleInstance"

BackLinks of SoleInstance


Search BackLinks only
Display context of search results
Case-sensitive searching
  • Gof/Singleton
         Smalltalk에서 unique instance를 리턴하는 functiond은 Singleton 클래스의 class method로 구현된다. 단일 인스턴스가 만들어지는 것을 보장하기 위해서 new operation을 override한다. The resulting Singleton class might have the following two class methods, where SoleInstance is a class variable that is not used anywhere else:
          SoleInstance isNil ifTrue: [SoleInstance := super new].
          ^ SoleInstance
Found 1 matching page out of 7540 total pages

You can also click here to search title.

Valid XHTML 1.0! Valid CSS! powered by MoniWiki
Processing time 0.0069 sec