Package org.graphwalker.core.common
Class Objects
java.lang.Object
org.graphwalker.core.common.Objects
- Author:
- Nils Olsson
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanstatic intstatic booleanstatic booleanisNotNullOrEmpty(String string) static <V> booleanisNotNullOrEmpty(List<V> list) static <K,V> boolean isNotNullOrEmpty(Map<K, V> map) static <V> booleanisNotNullOrEmpty(Set<V> set) static booleanstatic booleanisNullOrEmpty(String string) static <V> booleanisNullOrEmpty(List<V> list) static <K,V> boolean isNullOrEmpty(Map<K, V> map) static <V> booleanisNullOrEmpty(Set<V> set) static <T> List<T> unmodifiableList(List<? extends T> list) static <K,V> Map <K, V> unmodifiableMap(Map<? extends K, ? extends V> map) static <T> Set<T> unmodifiableSet(Set<? extends T> set)
-
Constructor Details
-
Objects
public Objects()
-
-
Method Details
-
isNullOrEmpty
-
isNotNullOrEmpty
-
isNullOrEmpty
-
isNotNullOrEmpty
-
isNullOrEmpty
-
isNotNullOrEmpty
-
isNullOrEmpty
-
isNotNullOrEmpty
-
isNotNull
-
isNull
-
equals
-
hash
-
unmodifiableList
-
unmodifiableSet
-
unmodifiableMap
-