public class CollectionContains extends Object
Constructor and Description |
---|
CollectionContains() |
Modifier and Type | Method and Description |
---|---|
static Boolean |
collectionContains(Collection<?> collection,
Object obj)
Returns true if collection is not null and contains obj
|
public static Boolean collectionContains(Collection<?> collection, Object obj)
collection
- obj
- Copyright © 2018 OpenMRS LLC.. All Rights Reserved.