- 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 java.lang.Object
Lisp inspired Map function.
-
-
Field Summary
Fields
Modifier and Type |
Field and Description |
(package private) java.util.Collection<E> |
c |
-
Method Summary
Methods
Modifier and Type |
Method and Description |
protected abstract R |
fun(E e) |
<S extends java.util.Collection<R>> S |
run() |
<S extends java.util.Collection<R>> S |
run(S l) |
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Copyright (c) 2004-2012 Oracle. All rights reserved.