Uses of Package
com.atlassian.bamboo.utils.collection.multimap
Packages that use com.atlassian.bamboo.utils.collection.multimap
Package
Description
-
Classes in com.atlassian.bamboo.utils.collection.multimap used by com.atlassian.bamboo.agent.elastic.serverClassDescriptionA simple implementation of a multimap where each key can be associated with multiple values.
-
Classes in com.atlassian.bamboo.utils.collection.multimap used by com.atlassian.bamboo.buildClassDescriptionThe
Multimap
interface defines a collection that maps keys to values, similar toMap
, but in which each key may be associated with multiple values. -
Classes in com.atlassian.bamboo.utils.collection.multimap used by com.atlassian.bamboo.build.artifactClassDescriptionThe
Multimap
interface defines a collection that maps keys to values, similar toMap
, but in which each key may be associated with multiple values. -
Classes in com.atlassian.bamboo.utils.collection.multimap used by com.atlassian.bamboo.chainsClassDescriptionImplementation of a Multimap that uses a LinkedHashMap to store keys in insertion order and LinkedHashSet to maintain insertion order of values.The
Multimap
interface defines a collection that maps keys to values, similar toMap
, but in which each key may be associated with multiple values. -
Classes in com.atlassian.bamboo.utils.collection.multimap used by com.atlassian.bamboo.chains.executionClassDescriptionThe
Multimap
interface defines a collection that maps keys to values, similar toMap
, but in which each key may be associated with multiple values. -
Classes in com.atlassian.bamboo.utils.collection.multimap used by com.atlassian.bamboo.configuration.agentClassDescriptionThe
Multimap
interface defines a collection that maps keys to values, similar toMap
, but in which each key may be associated with multiple values. -
Classes in com.atlassian.bamboo.utils.collection.multimap used by com.atlassian.bamboo.configuration.externalClassDescriptionThe
Multimap
interface defines a collection that maps keys to values, similar toMap
, but in which each key may be associated with multiple values. -
Classes in com.atlassian.bamboo.utils.collection.multimap used by com.atlassian.bamboo.configuration.external.rssClassDescriptionThe
Multimap
interface defines a collection that maps keys to values, similar toMap
, but in which each key may be associated with multiple values. -
Classes in com.atlassian.bamboo.utils.collection.multimap used by com.atlassian.bamboo.deployments.executionClassDescriptionThe
Multimap
interface defines a collection that maps keys to values, similar toMap
, but in which each key may be associated with multiple values. -
Classes in com.atlassian.bamboo.utils.collection.multimap used by com.atlassian.bamboo.deployments.versions.persistenceClassDescriptionThe
Multimap
interface defines a collection that maps keys to values, similar toMap
, but in which each key may be associated with multiple values. -
Classes in com.atlassian.bamboo.utils.collection.multimap used by com.atlassian.bamboo.deployments.versions.serviceClassDescriptionThe
Multimap
interface defines a collection that maps keys to values, similar toMap
, but in which each key may be associated with multiple values. -
Classes in com.atlassian.bamboo.utils.collection.multimap used by com.atlassian.bamboo.plan.artifactClassDescriptionThe
Multimap
interface defines a collection that maps keys to values, similar toMap
, but in which each key may be associated with multiple values. -
Classes in com.atlassian.bamboo.utils.collection.multimap used by com.atlassian.bamboo.plugins.artifactClassDescriptionThe
Multimap
interface defines a collection that maps keys to values, similar toMap
, but in which each key may be associated with multiple values. -
Classes in com.atlassian.bamboo.utils.collection.multimap used by com.atlassian.bamboo.plugins.gitClassDescriptionThe
Multimap
interface defines a collection that maps keys to values, similar toMap
, but in which each key may be associated with multiple values. -
Classes in com.atlassian.bamboo.utils.collection.multimap used by com.atlassian.bamboo.rest.utilsClassDescriptionThe
Multimap
interface defines a collection that maps keys to values, similar toMap
, but in which each key may be associated with multiple values. -
Classes in com.atlassian.bamboo.utils.collection.multimap used by com.atlassian.bamboo.resultsummary.testsClassDescriptionThe
Multimap
interface defines a collection that maps keys to values, similar toMap
, but in which each key may be associated with multiple values.A TreeMultimap is an implementation of a Multimap that uses a TreeMap to store keys in sorted order according to a provided key comparator, and a TreeSet for the values associated with each key to maintain their sorted order as per a provided value comparator. -
Classes in com.atlassian.bamboo.utils.collection.multimap used by com.atlassian.bamboo.securityClassDescriptionImmutableMultimap is an implementation of a multimap that does not allow modification after its creation.
-
Classes in com.atlassian.bamboo.utils.collection.multimap used by com.atlassian.bamboo.security.acegi.aclsClassDescriptionThe
Multimap
interface defines a collection that maps keys to values, similar toMap
, but in which each key may be associated with multiple values. -
Classes in com.atlassian.bamboo.utils.collection.multimap used by com.atlassian.bamboo.taskClassDescriptionThe
Multimap
interface defines a collection that maps keys to values, similar toMap
, but in which each key may be associated with multiple values. -
Classes in com.atlassian.bamboo.utils.collection.multimap used by com.atlassian.bamboo.utilClassDescriptionThe
Multimap
interface defines a collection that maps keys to values, similar toMap
, but in which each key may be associated with multiple values. -
Classes in com.atlassian.bamboo.utils.collection.multimap used by com.atlassian.bamboo.utils.collection.multimapClassDescriptionImmutableMultimap is an implementation of a multimap that does not allow modification after its creation.Implementation of a Multimap that uses a LinkedHashMap to store keys in insertion order and LinkedHashSet to maintain insertion order of values.A simple implementation of a list multimap where each key can be associated with multiple values in a list.The
Multimap
interface defines a collection that maps keys to values, similar toMap
, but in which each key may be associated with multiple values.A simple implementation of a multimap where each key can be associated with multiple values.A TreeMultimap is an implementation of a Multimap that uses a TreeMap to store keys in sorted order according to a provided key comparator, and a TreeSet for the values associated with each key to maintain their sorted order as per a provided value comparator. -
Classes in com.atlassian.bamboo.utils.collection.multimap used by com.atlassian.bamboo.v2.build.artifactClassDescriptionImmutableMultimap is an implementation of a multimap that does not allow modification after its creation.The
Multimap
interface defines a collection that maps keys to values, similar toMap
, but in which each key may be associated with multiple values. -
Classes in com.atlassian.bamboo.utils.collection.multimap used by com.atlassian.bamboo.webhookClassDescriptionThe
Multimap
interface defines a collection that maps keys to values, similar toMap
, but in which each key may be associated with multiple values. -
Classes in com.atlassian.bamboo.utils.collection.multimap used by com.atlassian.bamboo.ww2.actions.build.admin.createClassDescriptionThe
Multimap
interface defines a collection that maps keys to values, similar toMap
, but in which each key may be associated with multiple values.