Uses of Class
org.egothor.duplicity.datastructure.SentenceUnitID

Packages that use SentenceUnitID
org.egothor.duplicity.datastructure This package contains datastructures needed in the duplicity checking algorithm. 
 

Uses of SentenceUnitID in org.egothor.duplicity.datastructure
 

Methods in org.egothor.duplicity.datastructure that return SentenceUnitID
static SentenceUnitID SentenceUnitID.getInstance(long documentUID, int documentDBRevision, short paragraph, short sentenceInParagraph)
          This is the recommended way to create an instance.
static SentenceUnitID SentenceUnitID.load(DataInputStream dis)