Uses of Class
com.google.errorprone.annotations.Immutable
-
Packages that use Immutable Package Description com.google.common.collect This package contains generic collection interfaces and implementations, and other utilities for working with collections.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.net This package contains utility methods and classes for working with net addresses (numeric IP and domain names).com.google.common.primitives Static utilities for working with the eight primitive types andvoid, and value types for treating them as unsigned. -
-
Uses of Immutable in com.google.common.collect
Classes in com.google.common.collect with annotations of type Immutable Modifier and Type Class Description classImmutableClassToInstanceMap<B>AClassToInstanceMapwhose contents will never change, with many other important properties detailed atImmutableCollection. -
Uses of Immutable in com.google.common.graph
Classes in com.google.common.graph with annotations of type Immutable Modifier and Type Class Description classElementOrder<T>Used to represent the order of elements in a data structure that supports different options for iteration order guarantees.classEndpointPair<N>An immutable pair representing the two endpoints of an edge in a graph.classImmutableGraph<N>AGraphwhose elements and structural relationships will never change.classImmutableNetwork<N,E>ANetworkwhose elements and structural relationships will never change.classImmutableValueGraph<N,V>AValueGraphwhose elements and structural relationships will never change. -
Uses of Immutable in com.google.common.hash
Classes in com.google.common.hash with annotations of type Immutable Modifier and Type Interface Description interfaceHashFunctionA hash function is a collision-averse pure function that maps an arbitrary block of data to a number called a hash code. -
Uses of Immutable in com.google.common.net
Classes in com.google.common.net with annotations of type Immutable Modifier and Type Class Description classHostAndPortAn immutable representation of a host and port.classInternetDomainNameAn immutable well-formed internet domain name, such ascomorfoo.co.uk.classMediaTypeRepresents an Internet Media Type (also known as a MIME Type or Content Type). -
Uses of Immutable in com.google.common.primitives
Classes in com.google.common.primitives with annotations of type Immutable Modifier and Type Class Description classImmutableDoubleArrayAn immutable array ofdoublevalues, with an API resemblingList.classImmutableIntArrayAn immutable array ofintvalues, with an API resemblingList.classImmutableLongArrayAn immutable array oflongvalues, with an API resemblingList.
-