Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for subclassed (0.14 sec)

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

    finder to extract the type */ protected TypeSafeMatcher(ReflectiveTypeFinder typeFinder) { this.expectedType = typeFinder.findExpectedType(getClass()); } /** * Subclasses should implement this. The item will already have been checked for * the specific type and will never be null. */ protected abstract boolean matchesSafely(T item); /** * Subclasses should override this. The item will already have been checked for * the specific type and will never be null. */ protected void describeMismatchSafe(T item,...
    Archive
    - Registered: Sun Apr 14 03:35:08 GMT 2024
    - Last Modified: Sun Oct 02 08:41:25 GMT 2022
    - 31.9K bytes
    - Viewed (0)
  2. maven-core/src/test/resources/apiv4-repo/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3-javadoc.jar

    class 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....
    Archive
    - Registered: Sun Apr 14 03:35:08 GMT 2024
    - Last Modified: Sun Oct 02 08:41:25 GMT 2022
    - 236.8K bytes
    - Viewed (0)
Back to top