- Sort Score
- Result 10 results
- Languages All
Results 1 - 4 of 4 for SubClass (0.04 sec)
-
guava/src/com/google/common/collect/Maps.java
*/ public static <K extends @Nullable Object, V extends @Nullable Object> SortedMap<K, V> filterKeys( SortedMap<K, V> unfiltered, Predicate<? super K> keyPredicate) { // TODO(lowasser): Return a subclass of FilteredKeyMap for slightly better performance. return filterEntries(unfiltered, keyPredicateOnEntries(keyPredicate)); } /**
Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Mon Nov 17 22:50:48 UTC 2025 - 163.5K bytes - Viewed (0) -
android/guava/src/com/google/common/collect/Maps.java
*/ public static <K extends @Nullable Object, V extends @Nullable Object> SortedMap<K, V> filterKeys( SortedMap<K, V> unfiltered, Predicate<? super K> keyPredicate) { // TODO(lowasser): Return a subclass of FilteredKeyMap for slightly better performance. return filterEntries(unfiltered, keyPredicateOnEntries(keyPredicate)); } /**
Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Tue Sep 23 17:50:58 UTC 2025 - 157.6K bytes - Viewed (0) -
src/main/java/jcifs/smb/SmbFile.java
*/ public String getUncPath() { return this.fileLocator.getUNCPath(); } /** * Customizes the NT create request and response for subclass-specific behavior * * @param request the create request to customize * @param response the create response to customize */Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 103.2K bytes - Viewed (0) -
guava/src/com/google/common/cache/LocalCache.java
final Segment<K, V>[] newSegmentArray(int ssize) { return (Segment<K, V>[]) new Segment<?, ?>[ssize]; } // Inner Classes /** * Segments are specialized versions of hash tables. This subclass inherits from ReentrantLock * opportunistically, just to simplify some locking and avoid separate construction. */ @SuppressWarnings("serial") // This class is never serialized.
Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Thu Sep 11 19:35:11 UTC 2025 - 148.9K bytes - Viewed (0)