Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for AndPredicate (0.28 sec)

  1. guava/src/com/google/common/base/Predicates.java

          return components.hashCode() + 0x12472c2c;
        }
    
        @Override
        public boolean equals(@Nullable Object obj) {
          if (obj instanceof AndPredicate) {
            AndPredicate<?> that = (AndPredicate<?>) obj;
            return components.equals(that.components);
          }
          return false;
        }
    
        @Override
        public String toString() {
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Thu Aug 07 16:05:33 UTC 2025
    - 26.6K bytes
    - Viewed (0)
Back to top