We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 511c975 commit 3b5c3a8Copy full SHA for 3b5c3a8
src/main/java/org/codefx/libfx/collection/transform/EqualityTransformingBuilder.java
@@ -11,7 +11,7 @@
11
/**
12
* Builds {@link EqualityTransformingSet}s and {@link EqualityTransformingMap}s.
13
* <p>
14
- * TODO for simplification doc only talks about set
+ * (For simplification the comments only talk about sets but unless otherwise noted the same applies to maps.)
15
16
* The implementations of {@code equals} and {@code hashCode} are provided as functions to the builder. They must of
17
* course fulfill the general contract between those two methods (see {@link Object#hashCode() here}). The functions can
0 commit comments