Class LazyInitializer<V>

    • Constructor Detail

      • LazyInitializer

        public LazyInitializer()
    • Method Detail

      • init

        public abstract V init()
        Initializes the value.
        Returns:
        the initialized value
      • get

        public V get()
        Returns:
        the value resulting from the initialization.