- Sort Score
 - Result 10 results
 - Languages All
 
Results 1241 - 1250 of 1,481 for Implements (0.07 sec)
- 
				
				
guava/src/com/google/common/collect/FluentIterable.java
* contains all the right method <i>signatures</i> to implement {@link Iterable}, it does not * actually do so, to avoid implying repeat-iterability.) {@code FluentIterable}, on the other * hand, is multiple-use, and does implement {@link Iterable}. * <li>Streams offer many features not found here, including {@code min/max}, {@code distinct},
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Aug 07 16:05:33 UTC 2025 - 34.8K bytes - Viewed (0) - 
				
				
src/main/java/jcifs/smb/DfsImpl.java
import jcifs.internal.dfs.DfsReferralDataInternal; /** * Caching DFS resolver implementation * * * <p>This class is intended for internal use.</p> */ public class DfsImpl implements DfsResolver { private static final DfsReferralDataImpl NEGATIVE_ENTRY = new DfsReferralDataImpl(); private static class CacheEntry<T> { long expiration; Map<String, T> map;Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 29.7K bytes - Viewed (0) - 
				
				
src/main/java/org/codelibs/fess/ds/callback/FileListIndexUpdateCallbackImpl.java
* a cache of URLs to be deleted for batch processing. It handles redirect following and child URL discovery * during the crawling process.</p> */ public class FileListIndexUpdateCallbackImpl implements IndexUpdateCallback { /** Logger for this class. */ private static final Logger logger = LogManager.getLogger(FileListIndexUpdateCallbackImpl.class); /**Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 28.9K bytes - Viewed (0) - 
				
				
android/guava/src/com/google/common/util/concurrent/ExecutionSequencer.java
* otherwise-concurrent GC cycle. */ private static final class TaskNonReentrantExecutor extends AtomicReference<RunningState> implements Executor, Runnable { /** * Used to update and read the latestTaskQueue field. Set to null once the runnable has been run * or queued. */ @Nullable ExecutionSequencer sequencer;
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Wed Jul 23 15:26:56 UTC 2025 - 22.1K bytes - Viewed (0) - 
				
				
guava/src/com/google/common/reflect/TypeResolver.java
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Wed Sep 03 14:03:14 UTC 2025 - 24.2K bytes - Viewed (0) - 
				
				
src/main/java/jcifs/smb1/smb1/NtlmPasswordAuthentication.java
* properties. * <p> * Read <a href="../../../authhandler.html">jCIFS Exceptions and * NtlmAuthenticator</a> for related information. */ public final class NtlmPasswordAuthentication implements Principal, Serializable { private static final int LM_COMPATIBILITY = Config.getInt("jcifs.smb1.smb.lmCompatibility", 3); private static final Random RANDOM = new Random();
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 26.7K bytes - Viewed (0) - 
				
				
android/guava/src/com/google/common/util/concurrent/Futures.java
} /** A wrapped future that does not propagate cancellation to its delegate. */ private static final class NonCancellationPropagatingFuture<V extends @Nullable Object> extends AbstractFuture.TrustedFuture<V> implements Runnable { @LazyInit private @Nullable ListenableFuture<V> delegate; NonCancellationPropagatingFuture(ListenableFuture<V> delegate) { this.delegate = delegate; } @Override
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Aug 07 16:05:33 UTC 2025 - 64.3K bytes - Viewed (0) - 
				
				
guava-tests/test/com/google/common/collect/ImmutableSetMultimapTest.java
.expectedValuesPerKey(1); builder.put("key", "value"); assertThat(builder.build().entries()).containsExactly(Maps.immutableEntry("key", "value")); } static class HashHostileComparable implements Comparable<HashHostileComparable> { final String string; public HashHostileComparable(String string) { this.string = string; } @Override public int hashCode() {
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Aug 07 16:05:33 UTC 2025 - 28.7K bytes - Viewed (0) - 
				
				
guava/src/com/google/common/util/concurrent/Striped.java
* Otherwise, a reference to just the read lock or just the write lock would not suffice to ensure * the {@code ReadWriteLock} is retained. */ private static final class WeakSafeReadWriteLock implements ReadWriteLock { private final ReadWriteLock delegate; WeakSafeReadWriteLock() { this.delegate = new ReentrantReadWriteLock(); } @Override public Lock readLock() {Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Sat Aug 09 01:14:59 UTC 2025 - 20.6K bytes - Viewed (0) - 
				
				
docs/smb3-features/02-persistent-handles-design.md
loadPersistedHandles(); // Schedule periodic persistence scheduler.scheduleAtFixedRate(this::persistHandles, 30, 30, TimeUnit.SECONDS); } public static class HandleInfo implements Serializable { private static final long serialVersionUID = 1L; private final String path; private final HandleGuid createGuid; private final byte[] fileId;
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 02:53:50 UTC 2025 - 31.6K bytes - Viewed (0)