com.sleepycat.je.rep.utilint
Class RepUtils.MapOver<R,E>
java.lang.Object
com.sleepycat.je.rep.utilint.RepUtils.MapOver<R,E>
- Type Parameters:
R
- The result element type for the list being returned.E
- The type of the element being mapped over.
- Enclosing class:
- RepUtils
public abstract static class RepUtils.MapOver<R,E>
- extends Object
Lisp inspired Map function.
Method Summary |
(package private) abstract R |
fun(E e)
|
(package private) List<R> |
run()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
c
final Collection<E> c
RepUtils.MapOver
RepUtils.MapOver(Collection<E> c)
run
List<R> run()
fun
abstract R fun(E e)
Copyright (c) 2004-2010 Oracle. All rights reserved.