Uses of Package
org.docx4j.com.google.common.util.concurrent
Packages that use org.docx4j.com.google.common.util.concurrent
-
Classes in org.docx4j.com.google.common.util.concurrent used by org.docx4j.com.google.common.cache
-
Classes in org.docx4j.com.google.common.util.concurrent used by org.docx4j.com.google.common.util.concurrentClassDescriptionAn abstract implementation of
ListenableFuture, intended for advanced users only.AListenableFuturethat supports fluent chains of operations.AFuturethat accepts completion listeners.Helper interface to implement bothListenableFutureandScheduledFuture.AnExecutorServicethat returnsListenableFutureinstances.AListenableFuturewhose result can be set by aSettableFuture.set(Object),SettableFuture.setException(Throwable)orSettableFuture.setFuture(ListenableFuture)call.