Uses of Annotation Interface
org.docx4j.com.google.common.annotations.GwtCompatible
Packages that use GwtCompatible
Package
Description
Common annotation types.
-
Uses of GwtCompatible in org.docx4j.com.google.common.annotations
Classes in org.docx4j.com.google.common.annotations with annotations of type GwtCompatibleModifier and TypeClassDescription@interfaceSignifies that a public API (public class, method or field) is subject to incompatible changes, or even removal, in a future release.@interfaceThe presence of this annotation on a type indicates that the type may be used with the Google Web Toolkit (GWT).@interfaceThe presence of this annotation on an API indicates that the method may not be used with the Google Web Toolkit (GWT).@interfaceAnnotates 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 GwtCompatibleModifier and TypeClassDescriptionfinal classStatic 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.(package private) classHolder for extra methods ofObjectsonly in web.interfaceFunction<F,T> Legacy version ofjava.util.function.Function.final classHelper functions that operate on anyObject, and are not already provided inObjects.final classHelper functions that can operate on anyObject.(package private) final classMethods factored out so that they can be emulated differently in GWT.final classStatic 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.final classAn object that measures elapsed time in nanoseconds.final classStatic utility methods pertaining toStringorCharSequenceinstances.interfaceSupplier<T>Legacy version ofjava.util.function.Supplier.final classUseful suppliers.final classStatic utility methods pertaining to instances ofThrowable.classA 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 GwtCompatibleModifier and TypeClassDescriptionclassAbstractCache<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.final 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.final classStatistics about the performance of aCache.interfaceLoadingCache<K,V> A semi-persistent mapping from keys to values.(package private) classLocalCache<K,V> The concurrent hash map implementation built byCacheBuilder.(package private) interfaceAbstract interface for objects that can concurrently add longs.(package private) final classSource ofLongAddableobjects that deals with GWT, Unsafe, and all that.(package private) final classOne or more variables that together maintain an initially zerolongsum.enumThe 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.final 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 GwtCompatibleModifier and TypeClassDescription(package private) classThis class provides a skeletal implementation of theListIteratorinterface across a fixed number of elements that may be retrieved by position.(package private) classAbstractMapEntry<K,V> Implementation of theequals,hashCode, andtoStringmethods ofEntry.classThis 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.(package private) final classSpliterator utilities forcommon.collectinternals.(package private) final classStatic methods for implementing hash-based collections.classACollectionwhose contents will never change, and which offers a few additional guarantees detailed below.(package private) classImmutableEntry<K,V> 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.final classThis class contains static utility methods that operate on or return objects of typeIterator.final classinterfaceMultiset<E>A collection that supports order-independent equality, likeSet, but may have duplicate elements.final classProvides static utility methods for creating and working withMultisetinstances.final classStatic utility methods pertaining to object arrays.(package private) final classMethods factored out so that they can be emulated differently in GWT.final class(package private) final classImplementation ofImmutableSetwith two or more elements.final classStatic utility methods pertaining toSetinstances.(package private) final classImplementation ofImmutableSetwith exactly one element.(package private) final classSynchronized collection views.(package private) classTransformedIterator<F,T> An iterator that transforms a backing iterator; for internal use.classAn iterator that does not supportUnmodifiableIterator.remove().classA 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 GwtCompatibleModifier and TypeMethodDescriptionstatic <K,V> 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 GwtCompatibleModifier and TypeClassDescriptionfinal classA class for arithmetic on values of typeint.(package private) final classA collection of preconditions for math functions. -
Uses of GwtCompatible in org.docx4j.com.google.common.primitives
Classes in org.docx4j.com.google.common.primitives with annotations of type GwtCompatibleModifier and TypeClassDescriptionfinal classprivate static class -
Uses of GwtCompatible in org.docx4j.com.google.common.util.concurrent
Classes in org.docx4j.com.google.common.util.concurrent with annotations of type GwtCompatibleModifier and TypeClassDescriptionclassAn abstract implementation ofListenableFuture, intended for advanced users only.(package private) classAbstractTransformFuture<I,O, F, T> Implementations ofFutures.transform*.interfaceAsyncFunction<I,O> Transforms a value, possibly asynchronously.(package private) enumclassErrorvariant ofExecutionException.classFluentFuture<V>AListenableFuturethat supports fluent chains of operations.final classStatic utility methods pertaining to theFutureinterface.(package private) classHidden superclass ofFluentFuturethat provides us a place to declare special GWT versions of theFluentFuture.catchingfamily of methods.(package private) classHidden superclass ofFuturesthat provides us a place to declare special GWT versions of theFutures.catchingfamily of methods.(package private) classImplementations ofFutures.immediate*.interfaceHelper interface to implement bothListenableFutureandScheduledFuture.final classfinal classAListenableFuturewhose result can be set by aSettableFuture.set(Object),SettableFuture.setException(Throwable)orSettableFuture.setFuture(ListenableFuture)call.classUnchecked variant ofExecutionException.final classUtilities for treating interruptible operations as uninterruptible.