Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for NeXT (0.12 sec)

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

    matching(Matcher<T> matcher, String message) { if (matcher.matches(theValue)) { return true; } mismatch.appendText(message); matcher.describeMismatch(theValue, mismatch); return false; } @Override public <U> Condition<U> and(Step<? super T, U> next) { return next.apply(theValue, mismatch); } } private static final class NotMatched<T> extends Condition<T> { @Override public boolean matching(Matcher<T> match, String message) { return false; } @Override public <U> Condition<U> and(Step<? super T, U> mapping)...
    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.jar

    yIterator.class package org.hamcrest.internal; public synchronized class ArrayIterator implements java.util.Iterator { private final Object array; private int currentIndex; public void ArrayIterator(Object); public boolean hasNext(); public Object next(); public void remove(); } org/hamcrest/internal/ReflectiveTypeFinder.class package org.hamcrest.internal; public synchronized class ReflectiveTypeFinder { private final String methodName; private final int expectedNumberOfPara; private final int typedParameter;...
    Archive
    - Registered: Sun Apr 14 03:35:08 GMT 2024
    - Last Modified: Sun Oct 02 08:41:25 GMT 2022
    - 44K bytes
    - Viewed (0)
Back to top