Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Reimplement (0.72 sec)

  1. maven-core/src/test/resources/apiv4-repo/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3-javadoc.jar

    org.hamcrest.core.SubstringMatcher matchesSafely(T, Description) - Method in class org.hamcrest.FeatureMatcher matchesSafely(T, Description) - Method in class org.hamcrest.TypeSafeDiagnosingMa Subclasses should implement this. matchesSafely(T) - Method in class org.hamcrest.TypeSafeMatcher Subclasses should implement this. matching(Matcher<T>, String) - Method in class org.hamcrest.Condition matching(Matcher<T>) - Method in class org.hamcrest.Condition N next() - Method in class org.hamcrest.internal.ArrayIterator...
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Sun Oct 02 08:41:25 UTC 2022
    - 236.8K bytes
    - Viewed (0)
  2. maven-core/src/test/resources/apiv4-repo/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3-sources.jar

    implements the null check, checks the type and then casts. * To use, implement <pre>matchesSafely()</pre>. * * @param <T> * @author Neil Dunn * @author Nat Pryce * @author Steve Freeman */ public abstract class TypeSafeDiagnosingMa<T> extends BaseMatcher<T> { private static final ReflectiveTypeFinder TYPE_FINDER = new ReflectiveTypeFinder("matchesSafely", 2, 0); private final Class<?> expectedType; /** * Subclasses should implement this. The item will already have been checked * for the specific type...
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Sun Oct 02 08:41:25 UTC 2022
    - 31.9K bytes
    - Viewed (0)
Back to top