Package jetbrains.buildServer.dataStructures
-
Interface Summary Interface Description BiMapper<T,Q> Mapper<T,Q> NotNullBiMapper<T,Q> This mapper could only convert values.NotNullMapper<T,Q> This mapper extendsMapper
added constraint that all keys are mapped. -
Class Summary Class Description CompositeCollection<T> CompositeIterator<T> CompositeMap<TK,TV> Composite readonly mapCompositeSet<T> DecoratingCollection<T,Q> DecoratingCollectionBase<T,Q> DecoratingIterator<T,Q> DecoratingMap<TK,TV,QK,QV> DecoratingSet<T,Q> DecoratingSetBase<T,Q> LinkedMultiMapToList<TK,TV> Mappers MultiMapDecorator<TK,TV,TC extends Collection<TV>> Handy decoration that can be used to create multi mapMultiMapToList<TK,TV> Created 25.08.13 18:18MultiMapToSet<TK,TV> Key to Set of values multi map.