com.darwinsys.diff
Class DiffChunk<T>

java.lang.Object
  extended by com.darwinsys.diff.DiffChunk<T>

public class DiffChunk<T>
extends java.lang.Object


Constructor Summary
DiffChunk(T data, DiffType type)
           
 
Method Summary
 T getData()
           
 DiffType getType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DiffChunk

public DiffChunk(T data,
                 DiffType type)
Parameters:
data -
type -
Method Detail

getData

public T getData()

getType

public DiffType getType()


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