public class MapUtil extends Object
MapUtil()
static <K,V> V
getAndRemove(K key, Map<K,V> map)
static <K,V> void
notNullPut(K key, V value, Map<K,V> map)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public MapUtil()
public static <K,V> V getAndRemove(K key, Map<K,V> map)
public static <K,V> void notNullPut(K key, V value, Map<K,V> map)
Copyright © 2024. All rights reserved.