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