public static class ZipIndexDiffRecorder.Entry extends Object
| Modifier and Type | Field and Description |
|---|---|
ContentDiff |
contentDiff |
ZipIndexEntry |
otherZipIndexEntry |
ZipIndexDiffEntryType |
type |
ZipIndexEntry |
zipIndexEntry |
| Constructor and Description |
|---|
Entry(ZipIndexDiffEntryType type,
ZipIndexEntry zipIndexEntry,
ZipIndexEntry otherZipIndexEntry,
ContentDiff contentDiff) |
public final ZipIndexDiffEntryType type
public final ZipIndexEntry zipIndexEntry
public final ZipIndexEntry otherZipIndexEntry
public final ContentDiff contentDiff
public Entry(ZipIndexDiffEntryType type, ZipIndexEntry zipIndexEntry, ZipIndexEntry otherZipIndexEntry, ContentDiff contentDiff)
Copyright © 2020. All rights reserved.