Uses of Class
com.google.errorprone.annotations.DoNotMock
-
Packages that use DoNotMock Package Description com.google.common.base Basic utility libraries and interfaces.com.google.common.cache This package contains caching utilities.com.google.common.collect This package contains generic collection interfaces and implementations, and other utilities for working with collections.com.google.common.escape Interfaces, utilities, and simple implementations of escapers and encoders.com.google.common.graph An API for representing graph (node and edge) data.com.google.common.hash Hash functions and related structures.com.google.common.io This package contains utility methods and classes for working with Java I/O; for example input streams, output streams, readers, writers, and files.com.google.common.reflect This package contains utilities to work with Java reflection.com.google.common.util.concurrent Concurrency utilities. -
-
Uses of DoNotMock in com.google.common.base
Classes in com.google.common.base with annotations of type DoNotMock Modifier and Type Interface Description interfaceFinalizableReferenceImplemented by references that have code to run after garbage collection of their referents.classOptional<T>An immutable object that may contain a non-null reference to another object. -
Uses of DoNotMock in com.google.common.cache
Classes in com.google.common.cache with annotations of type DoNotMock Modifier and Type Interface Description interfaceCache<K,V>A semi-persistent mapping from keys to values. -
Uses of DoNotMock in com.google.common.collect
Classes in com.google.common.collect with annotations of type DoNotMock Modifier and Type Interface Description interfaceClassToInstanceMap<B>A map, each entry of which maps a Java raw type to an instance of that type.classImmutableCollection<E>ACollectionwhose contents will never change, and which offers a few additional guarantees detailed below.static classImmutableCollection.Builder<E>Abstract base class for builders ofImmutableCollectiontypes.classImmutableMap<K,V>AMapwhose contents will never change, with many other important properties detailed atImmutableCollection.static classImmutableMap.Builder<K,V>A builder for creating immutable map instances, especiallypublic static finalmaps ("constant maps").static classImmutableMultimap.Builder<K,V>A builder for creating immutable multimap instances, especiallypublic static finalmultimaps ("constant multimaps").static classImmutableRangeMap.Builder<K extends java.lang.Comparable<?>,V>A builder for immutable range maps.static classImmutableTable.Builder<R,C,V>A builder for creating immutable table instances, especiallypublic static finaltables ("constant tables").interfaceInterner<E>Provides equivalent behavior toString.intern()for other immutable types.interfaceMapDifference<K,V>An object representing the differences between two maps.static interfaceMapDifference.ValueDifference<V>A difference between the mappings from two maps with the same key.interfaceMultimap<K,V>A collection that maps keys to values, similar toMap, but in which each key may be associated with multiple values.interfacePeekingIterator<E>An iterator that supports a one-element lookahead while iterating.interfaceRangeMap<K extends java.lang.Comparable,V>A mapping from disjoint nonempty ranges to non-null values.interfaceRangeSet<C extends java.lang.Comparable>interfaceTable<R,C,V>A collection that associates an ordered pair of keys, called a row key and a column key, with a single value. -
Uses of DoNotMock in com.google.common.escape
Classes in com.google.common.escape with annotations of type DoNotMock Modifier and Type Class Description classEscaperAn object that converts literal text into a format safe for inclusion in a particular context (such as an XML document). -
Uses of DoNotMock in com.google.common.graph
Classes in com.google.common.graph with annotations of type DoNotMock Modifier and Type Interface Description interfaceGraph<N>An interface for graph-structured data, whose edges are anonymous entities with no identity or information of their own.classGraphBuilder<N>A builder for constructing instances ofMutableGraphorImmutableGraphwith user-defined properties.interfaceNetwork<N,E>An interface for graph-structured data, whose edges are unique objects.interfacePredecessorsFunction<N>A functional interface for graph-structured data.interfaceSuccessorsFunction<N>A functional interface for graph-structured data. -
Uses of DoNotMock in com.google.common.hash
Classes in com.google.common.hash with annotations of type DoNotMock Modifier and Type Interface Description interfaceFunnel<T>An object which can send data from an object of typeTinto aPrimitiveSink. -
Uses of DoNotMock in com.google.common.io
Classes in com.google.common.io with annotations of type DoNotMock Modifier and Type Interface Description interfaceByteProcessor<T>A callback interface to process bytes from a stream. -
Uses of DoNotMock in com.google.common.reflect
Classes in com.google.common.reflect with annotations of type DoNotMock Modifier and Type Interface Description interfaceTypeToInstanceMap<B>A map, each entry of which maps aTypeTokento an instance of that type. -
Uses of DoNotMock in com.google.common.util.concurrent
Classes in com.google.common.util.concurrent with annotations of type DoNotMock Modifier and Type Class Description classFluentFuture<V>AListenableFuturethat supports fluent chains of operations.interfaceListenableFuture<V>AFuturethat accepts completion listeners.interfaceListeningExecutorServiceAnExecutorServicethat returnsListenableFutureinstances.interfaceServiceAn object with an operational state, plus asynchronousService.startAsync()andService.stopAsync()lifecycle methods to transition between states.interfaceTimeLimiterImposes a time limit on method calls.
-