| Modifier | Constructor and Description |
|---|---|
private |
IterableSupport()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
containsInstance(Iterable<?> target,
Class<?> clazz)
Checks whether the
Iterable contains at least one instance of the supplied class. |
public static boolean containsInstance(@Nonnull Iterable<?> target, @Nonnull Class<?> clazz)
Iterable contains at least one instance of the supplied class.target - iterable to evaluateclazz - the class to evaluateCopyright © 1999–2018 Shibboleth Consortium. All rights reserved.