Uses of Interface
ch.bind.philib.lang.Cloner
-
Packages that use Cloner Package Description ch.bind.philib.cache ch.bind.philib.lang Provides classes with helper-methods for language and therefore data related tasks. -
-
Uses of Cloner in ch.bind.philib.cache
Constructors in ch.bind.philib.cache with parameters of type Cloner Constructor Description LineCache(int capacity, int order, Cloner<V> valueCloner)LineCache(Cloner<V> valueCloner)LruCache(int capacity, Cloner<V> valueCloner)LruCache(Cloner<V> valueCloner)StagedLruCache(int capacity, Cloner<V> valueCloner, double oldGenRatio, int oldGenAfterHits)StagedLruCache(Cloner<V> valueCloner) -
Uses of Cloner in ch.bind.philib.lang
Classes in ch.bind.philib.lang that implement Cloner Modifier and Type Class Description classClonerNoop<T>Fields in ch.bind.philib.lang declared as Cloner Modifier and Type Field Description static Cloner<?>ClonerNoop. INSTANCEMethods in ch.bind.philib.lang that return Cloner Modifier and Type Method Description static <T> Cloner<T>ClonerNoop. get()static <T> Cloner<T>ClonerNoop. getIfNull(Cloner<T> cloner)Methods in ch.bind.philib.lang with parameters of type Cloner Modifier and Type Method Description static <T> Cloner<T>ClonerNoop. getIfNull(Cloner<T> cloner)
-