Uses of Class
org.apache.commons.lang3.concurrent.LazyInitializer
Packages that use LazyInitializer
Package
Description
Provides support classes for multi-threaded programming.
-
Uses of LazyInitializer in org.apache.commons.lang3.concurrent
Classes in org.apache.commons.lang3.concurrent with type parameters of type LazyInitializerModifier and TypeClassDescriptionstatic class
LazyInitializer.Builder<I extends LazyInitializer<T>,
T> Builds a new instance.Methods in org.apache.commons.lang3.concurrent that return types with arguments of type LazyInitializerModifier and TypeMethodDescriptionstatic <T> LazyInitializer.Builder<LazyInitializer<T>,
T> LazyInitializer.builder()
Creates a new builder.