![JAR search and dependency download from the Maven repository](/logo.png)
net.sourceforge.plantumldependency.common.utils.map.MapUtils Maven / Gradle / Ivy
/*
MapUtils.java
Creation date : 29/06/2011
Copyright © Benjamin Croizet ([email protected])
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
or GNU Lesser General Public License as published by the
Free Software Foundation; either version 3 of the License,
or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received copies of the GNU General Public License
and GNU Lesser General Public License along with this program;
if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
http://www.fsf.org/licensing/licenses/gpl.html
http://www.gnu.org/licenses/lgpl.html
*/
package net.sourceforge.plantumldependency.common.utils.map;
import static java.util.logging.Level.FINE;
import static java.util.logging.Logger.getLogger;
import static net.sourceforge.plantumldependency.common.constants.log.FineConstants.IGNORING_MAP_KEY_FINE;
import static net.sourceforge.plantumldependency.common.constants.log.FineConstants.IGNORING_MAP_VALUE_FINE;
import static net.sourceforge.plantumldependency.common.utils.string.StringUtils.isNotEmpty;
import java.util.Map;
import java.util.logging.Logger;
/**
* The class utilities simplifying some {@link Map} tasks.
*
* @author Benjamin Croizet (© 2015 - 2025 Weber Informatics LLC | Privacy Policy