Skip to content

Commit

Permalink
"Improved documentation for MapIterate class"
Browse files Browse the repository at this point in the history
  • Loading branch information
BrijeshPatra committed Aug 22, 2023
1 parent 17a3f19 commit 2472e62
Showing 1 changed file with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,16 @@
* The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html
* and the Eclipse Distribution License is available at
* http://www.eclipse.org/org/documents/edl-v10.php.
*
* Utility class for iterating and performing operations on java.util.Map objects.
* The MapIterate class provides a set of convenient methods for working with associative arrays,
* particularly java.util.Map instances.
* It simplifies common tasks like filtering, transforming, and collecting data from maps,
* making your code more concise and readable.
* This utility class is especially useful when you want to return a MutableMap as a result of your operations.
*/

package org.eclipse.collections.impl.utility;
Expand Down

0 comments on commit 2472e62

Please sign in to comment.