org.sourcejammer.project.model.filesys
Class DeltaVector

java.lang.Object
  |
  +--org.sourcejammer.project.model.filesys.DeltaVector
All Implemented Interfaces:
Delta, java.io.Serializable

public class DeltaVector
extends java.lang.Object
implements Delta, java.io.Serializable

A simple object that implements Delta but stores only a Vector. Intended to be used to store the Vector underlying TextDiff.

See Also:
Serialized Form

Field Summary
private  java.util.Vector mvec
           
 
Constructor Summary
DeltaVector()
           
DeltaVector(java.util.Vector vec)
           
 
Method Summary
 java.util.Vector getVector()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

mvec

private java.util.Vector mvec
Constructor Detail

DeltaVector

public DeltaVector()

DeltaVector

public DeltaVector(java.util.Vector vec)
Method Detail

getVector

public java.util.Vector getVector()


Copyright © 2003 Soucejammer project.