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
          Describes the change-delta between original and revised texts.
 class DeleteDelta
          Describes the delete-delta between original and revised texts.
 class InsertDelta
          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> Patch.getDeltas()
          Get the list of computed deltas
 

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



Copyright © 2009-2011. All Rights Reserved.