Uses of Class
org.deckfour.xes.nikefs2.NikeFS2LazyRandomAccessStorageImpl

Packages that use NikeFS2LazyRandomAccessStorageImpl
org.deckfour.xes.nikefs2   
 

Uses of NikeFS2LazyRandomAccessStorageImpl in org.deckfour.xes.nikefs2
 

Fields in org.deckfour.xes.nikefs2 declared as NikeFS2LazyRandomAccessStorageImpl
protected  NikeFS2LazyRandomAccessStorageImpl NikeFS2LazyRandomAccessStorageImpl.parent
          Parent storage, containing the original data.
 

Fields in org.deckfour.xes.nikefs2 with type parameters of type NikeFS2LazyRandomAccessStorageImpl
protected  ArrayList<NikeFS2LazyRandomAccessStorageImpl> NikeFS2LazyRandomAccessStorageImpl.softCopies
          Child storages, which are soft copies of this instance.
 

Methods in org.deckfour.xes.nikefs2 with parameters of type NikeFS2LazyRandomAccessStorageImpl
 void NikeFS2LazyRandomAccessStorageImpl.deregisterSoftCopy(NikeFS2LazyRandomAccessStorageImpl copycat)
          This method is used by child copies to deregister with their parent.
 void NikeFS2LazyRandomAccessStorageImpl.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
NikeFS2LazyRandomAccessStorageImpl(NikeFS2LazyRandomAccessStorageImpl template)
          Creates a new instance.