Uses of Class
difflib.Delta

Packages that use Delta
difflib The difflib package implements general operation with diff files. 
 

Uses of Delta in difflib
 

Subclasses of Delta in difflib
 class ChangeDelta<T>
          Describes the change-delta between original and revised texts.
 class DeleteDelta<T>
          Describes the delete-delta between original and revised texts.
 class InsertDelta<T>
          Describes the add-delta between original and revised texts.
 

Fields in difflib with type parameters of type Delta
static Comparator<Delta<?>> DeltaComparator.INSTANCE
           
 

Methods in difflib that return types with arguments of type Delta
 List<Delta<T>> Patch.getDeltas()
          Get the list of computed deltas
 

Methods in difflib with parameters of type Delta
 void Patch.addDelta(Delta<T> delta)
          Add the given delta to this patch
 int DeltaComparator.compare(Delta<?> a, Delta<?> b)
           
 int DeltaComparator.compare(Delta<?> a, Delta<?> b)
           
 



Copyright © 2009-2013. All Rights Reserved.