Uses of Interface
au.csiro.pathling.utilities.ObjectHolder
-
Packages that use ObjectHolder Package Description au.csiro.pathling.utilities -
-
Uses of ObjectHolder in au.csiro.pathling.utilities
Classes in au.csiro.pathling.utilities that implement ObjectHolder Modifier and Type Class Description static classObjectHolder.SingletonHolder<C extends Serializable,V>Methods in au.csiro.pathling.utilities that return ObjectHolder Modifier and Type Method Description static <C extends Serializable,V>
ObjectHolder<C,V>ObjectHolder. singleton(Function<C,V> constructor)Creates the holder allowing a single instance to be created per process.static <C extends Serializable,V>
ObjectHolder<C,V>ObjectHolder. singleton(Function<C,V> constructor, boolean closeOnShutdown, int shutdownHookPriority)Creates the holder allowing a single instance to be created per process.
-