- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for anotherValue (0.04 sec)
-
guava-tests/test/com/google/common/primitives/BooleansTest.java
@SuppressWarnings("deprecation") Boolean anotherTrue = new Boolean(true); @SuppressWarnings("deprecation") Boolean anotherFalse = new Boolean(false); list.set(0, anotherTrue); assertThat(list.get(0)).isSameInstanceAs(true); list.set(1, anotherFalse); assertThat(list.get(1)).isSameInstanceAs(false); } public void testCountTrue() { assertThat(Booleans.countTrue()).isEqualTo(0);
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Aug 07 16:05:33 UTC 2025 - 25K bytes - Viewed (0)