Package | Description |
---|---|
soot.jimple.spark.ondemand.genericutil |
Modifier and Type | Method and Description |
---|---|
static <T,U> List<U> |
Util.map(List<T> srcList,
Mapper<T,U> mapper_)
Map a list: generate a new list with each element mapped.
|
static <T,U> List<U> |
Util.map(List<T> srcList,
Mapper<T,U> mapper_)
Map a list: generate a new list with each element mapped.
|
static <T,U> Set<U> |
Util.mapToSet(Collection<T> srcSet,
Mapper<T,U> mapper_)
Map a set: generate a new set with each element mapped.
|
static <T,U> Set<U> |
Util.mapToSet(Collection<T> srcSet,
Mapper<T,U> mapper_)
Map a set: generate a new set with each element mapped.
|
Constructor and Description |
---|
IteratorMapper(Mapper<T,U> mapper,
Iterator<T> delegate) |
IteratorMapper(Mapper<T,U> mapper,
Iterator<T> delegate) |