- Sort Score
- Num 10 results
- Language All
Results 11 - 12 of 12 for SynchronizedSet (0.08 seconds)
-
guava-tests/test/com/google/common/util/concurrent/AbstractFutureTest.java
numSuccessfulSetCalls.incrementAndGet(); } awaitUnchecked(barrier); return null; } }; Set<Object> finalResults = Collections.synchronizedSet(Sets.newIdentityHashSet()); Runnable collectResultsRunnable = () -> { try { String result = Uninterruptibles.getUninterruptibly(currentFuture.get());
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Mon Mar 16 22:45:21 GMT 2026 - 45.2K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/helper/SystemHelper.java
protected Map<String, Supplier<String>> updateConfigListenerMap = new HashMap<>(); /** A set of names of threads that are currently waiting. */ protected Set<String> waitingThreadNames = Collections.synchronizedSet(new HashSet<>()); /** * Initializes the SystemHelper. * This method sets up system properties, caches, and other initial configurations. */ @PostConstruct public void init() {
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 06:59:19 GMT 2026 - 43.2K bytes - Click Count (0)