Package com.ibm.icu.dev.util
Interface CollectionUtilities.ObjectMatcher<T>
-
- Type Parameters:
T
-
- All Known Implementing Classes:
CollectionUtilities.InverseMatcher
- Enclosing class:
- CollectionUtilities
public static interface CollectionUtilities.ObjectMatcher<T>
Matches item.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
matches(T o)
Must handle null, never throw exception
-
-
-
Method Detail
-
matches
boolean matches(T o)
Must handle null, never throw exception- Parameters:
o
-- Returns:
-
-