- Sort Score
- Result 10 results
- Languages All
Results 1 - 4 of 4 for isSynchronized (0.22 sec)
-
android/guava/src/com/google/common/util/concurrent/ClosingFuture.java
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Wed Jul 23 15:26:56 UTC 2025 - 97.8K bytes - Viewed (0) -
src/main/java/jcifs/smb1/smb1/SmbFile.java
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 112.2K bytes - Viewed (0) -
guava/src/com/google/common/util/concurrent/ClosingFuture.java
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Wed Jul 23 15:26:56 UTC 2025 - 98.1K bytes - Viewed (0) -
src/main/java/jcifs/smb/SmbFile.java
} /** * {@inheritDoc} * Optimized to provide better resource cleanup with caching benefits. * * @see java.lang.AutoCloseable#close() */ @Override public synchronized void close() { final SmbTreeHandleImpl th = this.treeHandle; if (th != null) { this.treeHandle = null; // Optimization: For non-strict lifecycle, delay tree handle closure
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 103.2K bytes - Viewed (0)