DictionaryForumContacts

   Russian
Terms for subject Programming containing отложенная инициализация | all forms | exact matches only | in specified order only
RussianEnglish
отложенная инициализацияlate init (объект создается в тот момент, когда он впервые используется Alex_Odeychuk)
отложенная инициализацияlazy initialization (объект создается в тот момент, когда он впервые используется; Microsoft Alex_Odeychuk)
отложенная инициализация переменных-фактовlazy fact variable initialization (Alex_Odeychuk)
отложенная инициализация переменных-фактовlate fact variable initialization (Alex_Odeychuk)
отложенная инициализация переменных-фактовlate initialization of fact variables (Alex_Odeychuk)
переменная с отложенной инициализациейlateinit var (Alex_Odeychuk)
с отложенной инициализациейlazy (Alex_Odeychuk)
свойство с отложенной инициализациейlazy property (the first call to the property concerned evaluates the lambda expression passed to it as an argument and the property remembers the result, subsequent calls to the property simply return the remembered result Alex_Odeychuk)
шаблон отложенной инициализацииlazy initialization pattern
шаблон отложенной потокобезопасной инициализацииlazy initialization pattern with thread safety (Alex_Odeychuk)