- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for jcharArray (0.14 sec)
-
okhttp-testing-support/src/main/kotlin/okhttp3/TestUtilJvm.kt
return List(elements.size / 2) { Header(elements[it * 2]!!, elements[it * 2 + 1]!!) } } @JvmStatic fun repeat( c: Char, count: Int, ): String { val array = CharArray(count) Arrays.fill(array, c) return String(array) } /** * Okio buffers are internally implemented as a linked list of arrays. Usually this implementation
Registered: Fri Nov 01 11:42:11 UTC 2024 - Last Modified: Thu Apr 11 22:09:35 UTC 2024 - 4.3K bytes - Viewed (0)