Uses of Annotation Type
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.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.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.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 TypeClassDescriptionclassThis 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.classACollectionwhose 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.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.final classfinal classStatic utility methods pertaining toSetinstances.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. -
Uses of GwtCompatible in org.docx4j.com.google.common.primitives
Classes in org.docx4j.com.google.common.primitives with annotations of type GwtCompatible -
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.interfaceAsyncFunction<I,O> Transforms a value, possibly asynchronously.classErrorvariant ofExecutionException.classFluentFuture<V>AListenableFuturethat supports fluent chains of operations.final classStatic utility methods pertaining to theFutureinterface.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.