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 © 2015 OpenMRS Inc.. All rights reserved.