Class ORSet.AtomicDeltaOp<A>

    • Constructor Summary

      Constructors 
      Constructor Description
      AtomicDeltaOp()  
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract ORSet<A> underlying()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AtomicDeltaOp

        public AtomicDeltaOp()
    • Method Detail

      • underlying

        public abstract ORSet<A> underlying()