org.apache.commons.jrcs.rcs
Class Line

java.lang.Object
  extended by org.apache.commons.jrcs.rcs.Line

public final class Line
extends java.lang.Object

An annotated line of a revision. Line contains both the original text of the line, plus the node that indicates the revision in which the line was last added or changed. This class is NOT thread safe.

Version:
$Id: Line.java 69 2003-10-13 08:00:44Z rdonkin $
Author:
Juanco Anez
See Also:
Node, Archive

Method Summary
 boolean equals(java.lang.Object other)
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

equals

public boolean equals(java.lang.Object other)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object


Copyright © 2002-2010 Apache Software Foundation. All Rights Reserved.