Search Options

Results per page
Sort
Preferred Languages
Advance

Results 671 - 680 of 1,961 for isobject (0.04 sec)

  1. ForwardingSortedMultisetTest.java

    return standardSubMultiset(lowerBound, lowerBoundType, upperBound, upperBoundType); L94: } L95: L96: @Override L97: public int count(@Nullable Object element) { L98: return standardCount(element); L99: } L100: L101: @Override L102: public boolean equals(@Nullable Object object) { L103: return standardEquals(object); L104: } L105: L106: @Override L107: public int hashCode() { L108: return standardHashCode(); L109: } L110: L111: @Override L112: public...
    github.com/google/guava/android/guava-tests/tes...
    Sat Oct 19 00:05:46 UTC 2024
      6.4K bytes
  2. MapReplaceTester.java

    com.google.common.collect.testing.features.CollectionSize; L29:import com.google.common.collect.testing.features.MapFeature; L30:import java.util.Map; L31:import org.junit.Ignore; L32: L33:/** L34: * A generic JUnit test which tests {@link Map#replace(Object, Object)}. Can't be invoked directly; L35: * please see {@link com.google.common.collect.testing.ConcurrentMapTestSuiteBuilder}. L36: * L37: * @author Louis Wasserman L38: */ L39:@GwtCompatible L40:@Ignore // Affects only Android test runner, which respects...
    github.com/google/guava/guava-testlib/src/com/g...
    Thu Oct 17 20:00:30 UTC 2024
      3.9K bytes
  3. RelatedQueryTests.java

    ITEM_ENDPOINT_SUFFIX; L58: } L59: L60: @Override L61: protected Map<String, Object> createTestParam(int id) { L62: final Map<String, Object> requestBody = new HashMap<>(); L63: final String keyProp = NAME_PREFIX + id; L64: requestBody.put(KEY_PROPERTY, keyProp); L65: requestBody.put("queries", "query" + id); L66: return requestBody; L67: } L68: L69: @Override L70: protected Map<String, Object> getUpdateMap() { L71: final Map<String, Object> updateMap = new...
    github.com/codelibs/fess/src/test/java/org/code...
    Thu Feb 22 01:37:57 UTC 2024
      2.3K bytes
  4. SynonymTests.java

    DICT_TYPE; L63: } L64: L65: @Override L66: protected Map<String, Object> createTestParam(int id) { L67: final Map<String, Object> requestBody = new HashMap<>(); L68: final String keyProp = NAME_PREFIX + id; L69: requestBody.put(KEY_PROPERTY, keyProp); L70: requestBody.put("outputs", "output"); L71: return requestBody; L72: } L73: L74: @Override L75: protected Map<String, Object> getUpdateMap() { L76: final Map<String, Object> updateMap = new...
    github.com/codelibs/fess/src/test/java/org/code...
    Thu Feb 22 01:37:57 UTC 2024
      2.4K bytes
  5. RecordingCallback.kt

    L31: ) { L32: responses.add(RecordedResponse(call.request(), null, null, null, e)) L33: (this as Object).notifyAll() L34: } L35: L36: @Synchronized L37: override fun onResponse( L38: call: Call, L39: response: Response, L40: ) { L41: val body = response.body.string() L42: responses.add(RecordedResponse(call.request(), response, null, body, null)) L43: (this as Object).notifyAll() L44: } L45: L46: /** L47: * Returns the recorded response triggered by `request`. Throws...
    github.com/square/okhttp/okhttp/src/test/java/o...
    Mon Jan 08 01:13:22 UTC 2024
      2.1K bytes
  6. ImmutableIntArray.java

    L543: @Override L544: public boolean equals(@CheckForNull Object object) { L545: if (object instanceof AsList) { L546: AsList that = (AsList) object; L547: return this.parent.equals(that.parent); L548: } L549: // We could delegate to super now but it would still box too much L550: if (!(object instanceof List)) { L551: return false; L552: } L553: List<?> that = (List<?>) object; L554: if (this.size() != that.size()) { L555: return...
    github.com/google/guava/android/guava/src/com/g...
    Fri Oct 25 18:05:56 UTC 2024
      22.2K bytes
  7. Sets.java

    return delegate; L1438: } L1439: L1440: @Override L1441: public boolean contains(@CheckForNull Object object) { L1442: if (!(object instanceof List)) { L1443: return false; L1444: } L1445: List<?> list = (List<?>) object; L1446: if (list.size() != axes.size()) { L1447: return false; L1448: } L1449: int i = 0; L1450: for (Object o : list) { L1451: if (!axes.get(i).contains(o)) { L1452: return false; L1453: } L1454:...
    github.com/google/guava/android/guava/src/com/g...
    Mon Oct 21 14:28:19 UTC 2024
      78.8K bytes
  8. NeitherAbstractNorAnnotatedInSuperclassTest.java

    extends AbstractEventBusTest<SubClass> { L27: static class SuperClass { L28: final List<Object> neitherOverriddenNorAnnotatedEvents = Lists.newArrayList(); L29: final List<Object> overriddenInSubclassNowhereAnnotatedEvents = Lists.newArrayList(); L30: final List<Object> overriddenAndAnnotatedInSubclassEvents = Lists.newArrayList(); L31: L32: public void neitherOverriddenNorAnnotated(Object o) { L33: neitherOverriddenNorAnnotatedEvents.add(o); L34: } L35: L36: public void...
    github.com/google/guava/guava-tests/test/com/go...
    Tue Feb 08 21:35:40 UTC 2022
      2.5K bytes
  9. Iterables.java

    where {@link Collection#contains} might throw {@link NullPointerException} or {@link L123: * ClassCastException}. L124: */ L125: // <? extends @Nullable Object> instead of <?> because of Kotlin b/189937072, discussed in Joiner. L126: public static boolean contains( L127: Iterable<? extends @Nullable Object> iterable, @CheckForNull Object element) { L128: if (iterable instanceof Collection) { L129: Collection<?> collection = (Collection<?>) iterable; L130: return Collections2....
    github.com/google/guava/android/guava/src/com/g...
    Wed Apr 24 19:38:27 UTC 2024
      42.8K bytes
  10. BsThumbnailQueueCQ.java

    setCreatedBy_GreaterThan(String createdBy) { L333: setCreatedBy_GreaterThan(createdBy, null); L334: } L335: L336: public void setCreatedBy_GreaterThan(String createdBy, ConditionOptionCall<RangeQueryBuilder> opLambda) { L337: final Object _value = createdBy; L338: RangeQueryBuilder builder = regRangeQ("createdBy", ConditionKey.CK_GREATER_THAN, _value); L339: if (opLambda != null) { L340: opLambda.callback(builder); L341: } L342: } L343: L344: public...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:37:57 UTC 2024
      51.1K bytes
Back to top