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 class
LazyArrayList.Segment
class
LazyHashMap.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 void
ControlledLazyReference.Default. setLazyClearController(LazyClearController lazyClearController)
void
ControlledLazyReference. 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.