Uses of Class
org.deckfour.xes.nikefs2.NikeFS2LazyRandomAccessStorageImpl
-
Packages that use NikeFS2LazyRandomAccessStorageImpl Package Description org.deckfour.xes.nikefs2 -
-
Uses of NikeFS2LazyRandomAccessStorageImpl in org.deckfour.xes.nikefs2
Fields in org.deckfour.xes.nikefs2 declared as NikeFS2LazyRandomAccessStorageImpl Modifier and Type Field Description protected NikeFS2LazyRandomAccessStorageImplNikeFS2LazyRandomAccessStorageImpl. parentParent storage, containing the original data.Fields in org.deckfour.xes.nikefs2 with type parameters of type NikeFS2LazyRandomAccessStorageImpl Modifier and Type Field Description protected java.util.ArrayList<NikeFS2LazyRandomAccessStorageImpl>NikeFS2LazyRandomAccessStorageImpl. softCopiesChild storages, which are soft copies of this instance.Methods in org.deckfour.xes.nikefs2 with parameters of type NikeFS2LazyRandomAccessStorageImpl Modifier and Type Method Description voidNikeFS2LazyRandomAccessStorageImpl. deregisterSoftCopy(NikeFS2LazyRandomAccessStorageImpl copycat)This method is used by child copies to deregister with their parent.voidNikeFS2LazyRandomAccessStorageImpl. registerSoftCopy(NikeFS2LazyRandomAccessStorageImpl copycat)This method is used by child copies to register with their parent.Constructors in org.deckfour.xes.nikefs2 with parameters of type NikeFS2LazyRandomAccessStorageImpl Constructor Description NikeFS2LazyRandomAccessStorageImpl(NikeFS2LazyRandomAccessStorageImpl template)Creates a new instance.
-