textbender.a.u.transfer.clipboard
Class IndexBlockMapW.KeySD

java.lang.Object
  extended by IndexBlockMapW.KeySD
All Implemented Interfaces:
Serializable
Enclosing class:
IndexBlockMapW

static final class IndexBlockMapW.KeySD
extends Object
implements Serializable

A key for index block lookup, per getOrCreateIndexBlock.


Constructor Summary
IndexBlockMapW.KeySD(String revisionLineID, String gR)
          Creates a KeySD.
 
Method Summary
 boolean equals(Object o)
           
(package private)  String gR()
          Re-index counter of the document, per SourceDocumentFile.
 int hashCode()
           
(package private)  String revisionLineID()
          Revision-line ID of the document, per SourceDocumentFile.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IndexBlockMapW.KeySD

IndexBlockMapW.KeySD(String revisionLineID,
                     String gR)
Creates a KeySD.

Parameters:
revisionLineID - per SourceDocumentFile
gR - per SourceDocumentFile
Method Detail

gR

String gR()
Re-index counter of the document, per SourceDocumentFile.


revisionLineID

String revisionLineID()
Revision-line ID of the document, per SourceDocumentFile.


equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object