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

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

Uses of ParagraphUnitID in org.egothor.duplicity.datastructure
 

Subclasses of ParagraphUnitID in org.egothor.duplicity.datastructure
 class SentenceUnitID
          Class represents a unit of text on sentence duplicity checking level (see Constants.CHECK_DUPLICITY_LEVEL).
 

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