Uses of Class
difflib.Delta.TYPE

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

Uses of Delta.TYPE in difflib
 

Methods in difflib that return Delta.TYPE
abstract  Delta.TYPE Delta.getType()
          Returns the type of delta
 Delta.TYPE InsertDelta.getType()
           
 Delta.TYPE ChangeDelta.getType()
           
 Delta.TYPE DeleteDelta.getType()
           
static Delta.TYPE Delta.TYPE.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Delta.TYPE[] Delta.TYPE.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2009-2011. All Rights Reserved.