- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for computeToString (0.28 seconds)
-
android/guava/src/com/google/common/net/MediaType.java
// racy single-check idiom, safe because String is immutable String result = toString; if (result == null) { result = computeToString(); toString = result; } return result; } private String computeToString() { StringBuilder builder = new StringBuilder().append(type).append('/').append(subtype); if (!parameters.isEmpty()) { builder.append("; ");Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Thu Oct 02 01:46:40 GMT 2025 - 48K bytes - Click Count (0)