Uses of Interface
one.microstream.reference.LazyClearController
| Package | Description |
|---|---|
| one.microstream.collections.lazy | |
| one.microstream.reference |
-
Uses of LazyClearController in one.microstream.collections.lazy
Classes in one.microstream.collections.lazy that implement LazyClearController Modifier and Type Class Description classLazyArrayList.SegmentclassLazyHashMap.Segment<E extends LazyHashMap.Entry<K,V>> -
Uses of LazyClearController in one.microstream.reference
Methods in one.microstream.reference with parameters of type LazyClearController Modifier and Type Method Description voidControlledLazyReference.Default. setLazyClearController(LazyClearController lazyClearController)voidControlledLazyReference. setLazyClearController(LazyClearController lazyClearController)Constructors in one.microstream.reference with parameters of type LazyClearController Constructor Description Default(T subject, LazyClearController lazyClearController)Standard constructor used by normal logic to instantiate a reference.