Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for store3 (0.21 sec)

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

    a package org.hamcrest; import static java.lang.String.valueOf; import java.util.Arrays; import java.util.Iterator; import org.hamcrest.internal.ArrayIterator; import org.hamcrest.internal.SelfDescribingValueI; /** * A {@link Description} that is stored as a string. */ public abstract class BaseDescription implements Description { @Override public Description appendText(String text) { append(text); return this; } @Override public Description appendDescriptionOf(SelfDescribing value) { value.describeTo(this);...
    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

    objects and values, and composite matchers. org.hamcrest.internal Uses of Description in org.hamcrest Classes in org.hamcrest that implement Description class BaseDescription A Description that is stored as a string. static class Description.NullDescription class StringDescription A Description that is stored as a string. Fields in org.hamcrest declared as Description static Description Description.NONE A description that consumes input but does nothing. Methods in org.hamcrest that return Description...
    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