Uses of Class
kala.compress.changes.Change
Packages that use Change
Package
Description
EXPERIMENTAL support for changesets that are applied to archives.
-
Uses of Change in kala.compress.changes
Fields in kala.compress.changes with type parameters of type ChangeMethods in kala.compress.changes that return types with arguments of type ChangeMethods in kala.compress.changes with parameters of type ChangeModifier and TypeMethodDescriptionprivate voidChangeSet.addAddition(Change<E> addChange) Adds an addition change.private voidChangeSet.addDeletion(Change<E> deleteChange) Adds an delete change.Method parameters in kala.compress.changes with type arguments of type ChangeModifier and TypeMethodDescriptionprivate booleanChangeSetPerformer.isDeletedLater(Set<Change<E>> workingSet, E entry) Checks if an ArchiveEntry is deleted later in the ChangeSet.