sebwrede commented on a change in pull request #1060:
URL: https://github.com/apache/systemds/pull/1060#discussion_r493264215
##########
File path:
src/main/java/org/apache/sysds/runtime/privacy/finegrained/FineGrainedPrivacyList.java
##########
@@ -35,11 +35,61 @@
private ArrayList<Map.Entry<DataRange, PrivacyLevel>>
constraintCollection = new ArrayList<>();
Review comment:
This is not really a part of the PR. I will look at other ways to
implement the FineGrainedPrivacy interface when it becomes relevant.
There are several classes that represent pairs that could be relevant to
use. I picked Map.Entry since it was a part of java.util and supported the
operations I needed.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]