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 interface
BiMapper<T,Q>
interface
NotNullBiMapper<T,Q>
This mapper could only convert values.interface
NotNullMapper<T,Q>
This mapper extendsMapper
added 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)
-