- Sort Score
- Num 10 results
- Language All
Results 1 - 5 of 5 for subclasses (0.06 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
fastapi/routing.py
Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Sat Dec 27 12:54:56 GMT 2025 - 174.6K bytes - Click Count (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)); } /**
Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Tue Sep 23 17:50:58 GMT 2025 - 157.6K bytes - Click Count (0) -
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)); } /**
Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Mon Nov 17 22:50:48 GMT 2025 - 163.5K bytes - Click Count (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 */Created: Sat Dec 20 13:44:44 GMT 2025 - Last Modified: Sat Aug 30 05:58:03 GMT 2025 - 103.2K bytes - Click Count (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.
Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Thu Sep 11 19:35:11 GMT 2025 - 148.9K bytes - Click Count (0)