public class MapUtils extends Object
MapUtils()
static <K> Long
getLong(Map<? super K,?> map, K key)
getLong(Map<? super K,?> map, K key, Long defaultValue)
static <K> long
getLongValue(Map<? super K,?> map, K key)
static <K> Number
getNumber(Map<? super K,?> map, K key)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public MapUtils()
public static <K> Long getLong(Map<? super K,?> map, K key, Long defaultValue)
public static <K> long getLongValue(Map<? super K,?> map, K key)
public static <K> Long getLong(Map<? super K,?> map, K key)
public static <K> Number getNumber(Map<? super K,?> map, K key)
Copyright © 2024. All rights reserved.