Package com.ibm.icu.dev.util
Class CollectionUtilities.InverseMatcher<T>
java.lang.Object
com.ibm.icu.dev.util.CollectionUtilities.InverseMatcher<T>
- Type Parameters:
T
-
- All Implemented Interfaces:
CollectionUtilities.ObjectMatcher<T>
- Enclosing class:
CollectionUtilities
public static class CollectionUtilities.InverseMatcher<T>
extends Object
implements CollectionUtilities.ObjectMatcher<T>
Reverse a match
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Must handle null, never throw exceptionset
(CollectionUtilities.ObjectMatcher toInverse)
-
Field Details
-
other
-
-
Constructor Details
-
InverseMatcher
public InverseMatcher()
-
-
Method Details
-
set
- Parameters:
toInverse
-- Returns:
-
matches
Description copied from interface:CollectionUtilities.ObjectMatcher
Must handle null, never throw exception- Specified by:
matches
in interfaceCollectionUtilities.ObjectMatcher<T>
- Parameters:
value
-- Returns:
-