Class PatchList<T>

    • Constructor Detail

      • PatchList

        public PatchList()
    • Method Detail

      • clone

        public PatchList<T> clone()
        Given an array of patches, return another array that is identical.
        Overrides:
        clone in class LinkedList<Patch<T>>
        Returns:
        Array of patch objects.
      • toString

        public String toString()
        Take a list of patches and return a textual representation.
        Overrides:
        toString in class AbstractCollection<Patch<T>>
        Returns:
        Text representation of patches.