Package | Description |
---|---|
org.egothor.duplicity.datastructure |
This package contains datastructures needed in the duplicity checking algorithm.
|
Modifier and Type | Class and Description |
---|---|
class |
SentenceUnitID
Class represents a unit of text on sentence duplicity checking level
(see
Constants.CHECK_DUPLICITY_LEVEL ). |
Modifier and Type | Method and Description |
---|---|
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) |
Copyright © 2016 Egothor. All Rights Reserved.