Class NamesUtil
java.lang.Object
com.atlassian.crowd.manager.application.search.NamesUtil
Helper class for name related operations on entities.
-
Method Summary
Modifier and TypeMethodDescriptionstatic <T> List<T>filterByName(Collection<T> results, Predicate<String> filter) static <T> List<T>filterOutByName(List<T> results, Predicate<String> filter) namesOf(Collection<T> entities)
-
Method Details
-
namesOf
-
filterByName
-
filterOutByName
-