Uses of Interface
jetbrains.buildServer.dataStructures.Mapper
-
Packages that use Mapper Package Description jetbrains.buildServer.dataStructures -
-
Uses of Mapper in jetbrains.buildServer.dataStructures
Subinterfaces of Mapper in jetbrains.buildServer.dataStructures Modifier and Type Interface Description interfaceBiMapper<T,Q>interfaceNotNullBiMapper<T,Q>This mapper could only convert values.interfaceNotNullMapper<T,Q>This mapper extendsMapperadded constraint that all keys are mapped.Constructors in jetbrains.buildServer.dataStructures with parameters of type Mapper Constructor Description DecoratingCollectionBase(Collection<Q> collection, Mapper<Q,T> mapper)DecoratingIterator(Iterator<Q> iterator, Mapper<Q,T> mapper)DecoratingSetBase(Collection<Q> qs, Mapper<Q,T> qtMapper)
-