Module swim.runtime

Class ListLinkDelta


  • public abstract class ListLinkDelta
    extends Object
    • Method Detail

      • update

        public static ListLinkDelta update​(int index,
                                           swim.structure.Value key,
                                           swim.structure.Value value)
      • remove

        public static ListLinkDelta remove​(int index,
                                           swim.structure.Value key)
      • move

        public static ListLinkDelta move​(int fromIndex,
                                         int toIndex,
                                         swim.structure.Value key)
      • toValue

        public abstract swim.structure.Value toValue()