- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for atMost (0.04 seconds)
-
android/guava-tests/test/com/google/common/collect/MapsTest.java
assertEquals(empty, Maps.subMap(map, Range.atMost(0))); assertEquals(ImmutableSortedMap.of(2, 0, 4, 0), Maps.subMap(map, Range.atMost(4))); assertEquals(ImmutableSortedMap.of(2, 0, 4, 0, 6, 0), Maps.subMap(map, Range.atMost(7))); assertEquals(map, Maps.subMap(map, Range.atMost(20))); } @GwtIncompatible // NavigableMap public void testSubMap_unboundedRange() {Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Fri Mar 13 13:01:07 GMT 2026 - 63.2K bytes - Click Count (0) -
src/main/java/jcifs/smb/SmbSessionImpl.java
} /** * @param tf * @param tdom * @param thost * @return */ protected boolean matches(CIFSContext tf, String thost, String tdom) { return Objects.equals(this.getCredentials(), tf.getCredentials()) && Objects.equals(this.targetHost, thost) && Objects.equals(this.targetDomain, tdom); }Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sun Aug 31 08:00:57 GMT 2025 - 68.9K bytes - Click Count (0)