- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for firstEntry (0.07 seconds)
-
android/guava/src/com/google/common/collect/Maps.java
public NavigableMap<K, V2> descendingMap() { return transformEntries(fromMap().descendingMap(), transformer); } @Override public @Nullable Entry<K, V2> firstEntry() { return transformEntry(fromMap().firstEntry()); } @Override public @Nullable Entry<K, V2> floorEntry(@ParametricNullness K key) { return transformEntry(fromMap().floorEntry(key)); }
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Wed Apr 01 17:27:13 GMT 2026 - 157.6K bytes - Click Count (0) -
guava/src/com/google/common/collect/Maps.java
public NavigableMap<K, V2> descendingMap() { return transformEntries(fromMap().descendingMap(), transformer); } @Override public @Nullable Entry<K, V2> firstEntry() { return transformEntry(fromMap().firstEntry()); } @Override public @Nullable Entry<K, V2> floorEntry(@ParametricNullness K key) { return transformEntry(fromMap().floorEntry(key)); }
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Wed Apr 01 17:27:13 GMT 2026 - 163.4K bytes - Click Count (0)