]> git.ipfire.org Git - thirdparty/strongswan.git/commit - src/frontends/android/app/build.gradle
android: Add utility class to determine differences in two lists of objects
authorMarkus Pfeiffer <markus.pfeiffer@relution.io>
Tue, 21 Nov 2023 14:37:24 +0000 (15:37 +0100)
committerTobias Brunner <tobias@strongswan.org>
Wed, 21 Feb 2024 11:24:53 +0000 (12:24 +0100)
commit9cb23f650a6587f5632971e96bde9b448f8fc709
tree0b4de44c36998f7da0e71cd902adae5b783fff0c
parent97cb35afe5443795fbe1bf94a41271f62f1fa67e
android: Add utility class to determine differences in two lists of objects

This allows determining the difference between two lists in the form of
inserts, updates and deletes (and unchanged elements).
src/frontends/android/app/build.gradle
src/frontends/android/app/src/main/java/org/strongswan/android/utils/Difference.java [new file with mode: 0644]
src/frontends/android/app/src/test/java/org/strongswan/android/utils/DifferenceTest.java [new file with mode: 0644]