Package com.atlassian.bamboo.plan.cache.index.util
package com.atlassian.bamboo.plan.cache.index.util
-
ClassDescriptionManyToManyIndex<K,
V> A class that allows to index any key <-> value, many-to-many relationship.OneToManyIndex<K,V> A class that allows to index any key <-> value, one-to-many relationship.OneToOneIndex<K,V> A class that allows to index any key <-> value, one-to-one relationship.