Uses of Class
one.microstream.collections.lazy.LazyArrayList
| Package | Description | 
|---|---|
| one.microstream.collections.lazy | |
| one.microstream.persistence.binary.one.microstream.collections.lazy | 
- 
Uses of LazyArrayList in one.microstream.collections.lazy
Constructors in one.microstream.collections.lazy with parameters of type LazyArrayList Constructor Description LazyArrayList(LazyArrayList<E> list)Creates a new copy from the suppliedLazyArrayList. - 
Uses of LazyArrayList in one.microstream.persistence.binary.one.microstream.collections.lazy
Methods in one.microstream.persistence.binary.one.microstream.collections.lazy that return LazyArrayList Modifier and Type Method Description LazyArrayList<?>BinaryHandlerLazyArrayList. create(Binary data, PersistenceLoadHandler handler)Methods in one.microstream.persistence.binary.one.microstream.collections.lazy with parameters of type LazyArrayList Modifier and Type Method Description voidBinaryHandlerLazyArrayList. iterateInstanceReferences(LazyArrayList<?> instance, PersistenceFunction iterator)voidBinaryHandlerLazyArrayList. store(Binary data, LazyArrayList<?> instance, long objectId, PersistenceStoreHandler<Binary> handler)voidBinaryHandlerLazyArrayList. updateState(Binary data, LazyArrayList<?> instance, PersistenceLoadHandler handler)