Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for 24 (0.11 sec)

  1. okhttp/src/main/kotlin/okhttp3/Cookie.kt

          other.httpOnly == httpOnly &&
          other.persistent == persistent &&
          other.hostOnly == hostOnly &&
          other.sameSite == sameSite
      }
    
      @IgnoreJRERequirement // As of AGP 3.4.1, D8 desugars API 24 hashCode methods.
      override fun hashCode(): Int {
        var result = 17
        result = 31 * result + name.hashCode()
        result = 31 * result + value.hashCode()
        result = 31 * result + expiresAt.hashCode()
    Plain Text
    - Registered: Fri May 03 11:42:14 GMT 2024
    - Last Modified: Sat Apr 06 04:12:05 GMT 2024
    - 23.1K bytes
    - Viewed (0)
Back to top