Uses of Class
org.docx4j.com.google.common.annotations.GwtCompatible
| Package | Description |
|---|---|
| org.docx4j.com.google.common.annotations |
Common annotation types.
|
| org.docx4j.com.google.common.base | |
| org.docx4j.com.google.common.cache | |
| org.docx4j.com.google.common.collect | |
| org.docx4j.com.google.common.math | |
| org.docx4j.com.google.common.primitives | |
| org.docx4j.com.google.common.util.concurrent |
-
Uses of GwtCompatible in org.docx4j.com.google.common.annotations
Classes in org.docx4j.com.google.common.annotations with annotations of type GwtCompatible Modifier and Type Class Description interfaceBetaSignifies that a public API (public class, method or field) is subject to incompatible changes, or even removal, in a future release.interfaceGwtCompatibleThe presence of this annotation on a type indicates that the type may be used with the Google Web Toolkit (GWT).interfaceGwtIncompatibleThe presence of this annotation on an API indicates that the method may not be used with the Google Web Toolkit (GWT).interfaceVisibleForTestingAnnotates a program element that exists, or is more widely visible than otherwise necessary, only for use in test code. -
Uses of GwtCompatible in org.docx4j.com.google.common.base
Classes in org.docx4j.com.google.common.base with annotations of type GwtCompatible Modifier and Type Class Description classAsciiStatic methods pertaining to ASCII characters (those in the range of values0x00through0x7F), and to strings containing such characters.classEquivalence<T>A strategy for determining whether two instances are considered equivalent, and for computing hash codes in a manner consistent with that equivalence.interfaceFunction<F,T>Legacy version ofjava.util.function.Function.classMoreObjectsHelper functions that operate on anyObject, and are not already provided inObjects.classObjectsHelper functions that can operate on anyObject.classPreconditionsStatic convenience methods that help a method or constructor check whether it was invoked correctly (that is, whether its preconditions were met).interfacePredicate<T>Legacy version ofjava.util.function.Predicate.classStopwatchAn object that measures elapsed time in nanoseconds.classStringsStatic utility methods pertaining toStringorCharSequenceinstances.interfaceSupplier<T>Legacy version ofjava.util.function.Supplier.classSuppliersUseful suppliers.classThrowablesStatic utility methods pertaining to instances ofThrowable.classTickerA time source; returns a time value representing the number of nanoseconds elapsed since some fixed but arbitrary point in time. -
Uses of GwtCompatible in org.docx4j.com.google.common.cache
Classes in org.docx4j.com.google.common.cache with annotations of type GwtCompatible Modifier and Type Class Description classAbstractCache<K,V>This class provides a skeletal implementation of theCacheinterface to minimize the effort required to implement this interface.interfaceCache<K,V>A semi-persistent mapping from keys to values.classCacheBuilder<K,V>A builder ofLoadingCacheandCacheinstances having any combination of the following features: automatic loading of entries into the cache least-recently-used eviction when a maximum size is exceeded time-based expiration of entries, measured since last access or last write keys automatically wrapped in weak references values automatically wrapped in weak or soft references notification of evicted (or otherwise removed) entries accumulation of cache access statisticsclassCacheLoader<K,V>Computes or retrieves values, based on a key, for use in populating aLoadingCache.classCacheStatsStatistics about the performance of aCache.interfaceLoadingCache<K,V>A semi-persistent mapping from keys to values.classRemovalCauseThe reason why a cached entry was removed.interfaceRemovalListener<K,V>An object that can receive a notification when an entry is removed from a cache.classRemovalNotification<K,V>A notification of the removal of a single entry.interfaceWeigher<K,V>Calculates the weights of cache entries. -
Uses of GwtCompatible in org.docx4j.com.google.common.collect
Classes in org.docx4j.com.google.common.collect with annotations of type GwtCompatible Modifier and Type Class Description classAbstractSequentialIterator<T>This class provides a skeletal implementation of theIteratorinterface for sequences whose next element can always be derived from the previous element.interfaceBiMap<K,V>A bimap (or "bidirectional map") is a map that preserves the uniqueness of its values as well as that of its keys.classImmutableCollection<E>ACollectionwhose contents will never change, and which offers a few additional guarantees detailed below.classImmutableMap<K,V>AMapwhose contents will never change, with many other important properties detailed atImmutableCollection.classImmutableSet<E>ASetwhose contents will never change, with many other important properties detailed atImmutableCollection.classIteratorsThis class contains static utility methods that operate on or return objects of typeIterator.classMapsinterfaceMultiset<E>A collection that supports order-independent equality, likeSet, but may have duplicate elements.classMultisetsProvides static utility methods for creating and working withMultisetinstances.classObjectArraysStatic utility methods pertaining to object arrays.classQueuesStatic utility methods pertaining toQueueandDequeinstances.classSetsStatic utility methods pertaining toSetinstances.classUnmodifiableIterator<E>An iterator that does not supportUnmodifiableIterator.remove().classUnmodifiableListIterator<E>A list iterator that does not supportUnmodifiableIterator.remove(),UnmodifiableListIterator.add(E), orUnmodifiableListIterator.set(E).Methods in org.docx4j.com.google.common.collect with annotations of type GwtCompatible Modifier and Type Method Description static <K, V> java.util.Map.Entry<K,V>Maps. immutableEntry(@Nullable K key, @Nullable V value)Returns an immutable map entry with the specified key and value. -
Uses of GwtCompatible in org.docx4j.com.google.common.math
Classes in org.docx4j.com.google.common.math with annotations of type GwtCompatible Modifier and Type Class Description classIntMathA class for arithmetic on values of typeint. -
Uses of GwtCompatible in org.docx4j.com.google.common.primitives
Classes in org.docx4j.com.google.common.primitives with annotations of type GwtCompatible Modifier and Type Class Description classIntsStatic utility methods pertaining tointprimitives, that are not already found in eitherIntegerorArrays. -
Uses of GwtCompatible in org.docx4j.com.google.common.util.concurrent
Classes in org.docx4j.com.google.common.util.concurrent with annotations of type GwtCompatible Modifier and Type Class Description classAbstractFuture<V>An abstract implementation ofListenableFuture, intended for advanced users only.interfaceAsyncFunction<I,O>Transforms a value, possibly asynchronously.classExecutionErrorErrorvariant ofExecutionException.classFluentFuture<V>AListenableFuturethat supports fluent chains of operations.classFuturesStatic utility methods pertaining to theFutureinterface.interfaceListenableScheduledFuture<V>Helper interface to implement bothListenableFutureandScheduledFuture.classMoreExecutorsFactory and utility methods forExecutor,ExecutorService, andThreadFactory.classSettableFuture<V>AListenableFuturewhose result can be set by aSettableFuture.set(Object),SettableFuture.setException(Throwable)orSettableFuture.setFuture(ListenableFuture)call.classUncheckedExecutionExceptionUnchecked variant ofExecutionException.classUninterruptiblesUtilities for treating interruptible operations as uninterruptible.