Interface AbstractPersistentCollection.DelayedOperation<E>

All Known Subinterfaces:
AbstractPersistentCollection.ValueDelayedOperation<E>
All Known Implementing Classes:
AbstractPersistentCollection.AbstractValueDelayedOperation, PersistentList.SimpleAdd
Enclosing class:
AbstractPersistentCollection<E>

protected static interface AbstractPersistentCollection.DelayedOperation<E>
Contract for operations which are part of a collection's operation queue.
  • Method Details

    • operate

      void operate()
    • getAddedInstance

      E getAddedInstance()
    • getOrphan

      E getOrphan()