|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectopenlist.incremental.Mapper<Object>
public class Mapper<Object>
Mapper is used to map a function over an IncrementalList.
| Field Summary | |
|---|---|
(package private) Function1arg<Object> |
f
the function being mapped |
(package private) Growable<Object> |
growable
the Growable producing the resulting list |
(package private) OpenList<Object> |
L
the OpenList over which mapping is being done |
| Constructor Summary | |
|---|---|
Mapper(OpenList<Object> L,
Function1arg<Object> f,
Growable<Object> growable)
Create a Mapper, operating on an OpenList L, with a function f. |
|
| Method Summary | |
|---|---|
IncrementalList<Object> |
grow()
grow the result list |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
OpenList<Object> L
Function1arg<Object> f
Growable<Object> growable
| Constructor Detail |
|---|
public Mapper(OpenList<Object> L,
Function1arg<Object> f,
Growable<Object> growable)
L - the OpenList over which mapping is donef - the function doing the mappinggrowable - the Growable generating the resulting list| Method Detail |
|---|
public IncrementalList<Object> grow()
grow in interface Growable<Object>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||