Package com.atlassian.bamboo.plan.cache.index.util
-
Class Summary Class Description ManyToManyIndex<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.