com.sleepycat.je.dbi
Class TriggerManager.MapOver<R,E>
java.lang.Object
com.sleepycat.je.dbi.TriggerManager.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:
- TriggerManager
public abstract static class TriggerManager.MapOver<R,E>
- extends Object
Lisp inspired Map function.
Method Summary |
protected abstract R |
fun(E e)
|
|
run()
|
|
run(S l)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
c
final Collection<E> c
TriggerManager.MapOver
public TriggerManager.MapOver(Collection<E> c)
run
public <S extends Collection<R>> S run()
run
public <S extends Collection<R>> S run(S l)
fun
protected abstract R fun(E e)
Copyright (c) 2004-2012 Oracle. All rights reserved.