Uses of Interface
jetbrains.buildServer.dataStructures.BiMapper
-
Packages that use BiMapper Package Description jetbrains.buildServer.dataStructures -
-
Uses of BiMapper in jetbrains.buildServer.dataStructures
Subinterfaces of BiMapper in jetbrains.buildServer.dataStructures Modifier and Type Interface Description interface
NotNullBiMapper<T,Q>
This mapper could only convert values.Constructors in jetbrains.buildServer.dataStructures with parameters of type BiMapper Constructor Description DecoratingCollection(Class<T> collectionClass, Collection<Q> collection, BiMapper<Q,T> mapper)
DecoratingMap(Class<TK> externalKeyClass, Class<TV> externalValueClass, Map<QK,QV> map, BiMapper<QK,TK> keysMapper, BiMapper<QV,TV> valuesMapper)
DecoratingSet(Class<T> collectionClass, Set<Q> qs, BiMapper<Q,T> qtBiMapper)
-