Uses of Class
com.darwinsys.diff.DiffType

Packages that use DiffType
com.darwinsys.diff   
 

Uses of DiffType in com.darwinsys.diff
 

Methods in com.darwinsys.diff that return DiffType
 DiffType DiffChunk.getType()
           
static DiffType DiffType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static DiffType[] DiffType.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Constructors in com.darwinsys.diff with parameters of type DiffType
DiffChunk(T data, DiffType type)
           
 



Copyright © 1996-2004 Ian F. Darwin. See license.html for usage license.