- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for testToStringOmitEmptyValues_charBuffer (0.11 sec)
-
android/guava-tests/test/com/google/common/base/ToStringHelperTest.java
} @J2ktIncompatible // J2kt CharBuffer does not implement CharSequence so not recognized as empty @GwtIncompatible // CharBuffer not available public void testToStringOmitEmptyValues_charBuffer() { String toTest = MoreObjects.toStringHelper(new TestClass()) .omitEmptyValues() .add("field1", "Hello") .add("field2", CharBuffer.allocate(0))Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Tue May 13 18:46:00 UTC 2025 - 21.4K bytes - Viewed (0)