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