Class Deltas

  • All Implemented Interfaces:
    java.io.Serializable

    public class Deltas
    extends java.lang.Object
    implements java.io.Serializable
    A collection of Deltas
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      Deltas​(java.util.List<Delta> deltas)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<Delta> getDeltas()
      The Deltas.
      • Methods inherited from class java.lang.Object

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

      • Deltas

        public Deltas​(java.util.List<Delta> deltas)
    • Method Detail

      • getDeltas

        public java.util.List<Delta> getDeltas()
        The Deltas.
        Returns:
        the Deltas