java.lang.Object
org.litebridgedb.commons.MapUtils
-
Method Summary
Modifier and TypeMethodDescriptionstatic booleancontainsKey(Object key, @Nullable Map<?, ?> map) Checks if the specified key is present in the given map.
-
Method Details
-
containsKey
Checks if the specified key is present in the given map.- Parameters:
key- the key to check for in the mapmap- the map in which to look for the key; can benull.- Returns:
trueif the the map is notnulland the key is present, otherwisefalse.
-