org.apache.commons.collections
インタフェース Closure
- public interface Closure
An interface to represent some Closure, a block of code which is executed
from inside some block, function or iteration which operates on an input
object.
- 作成者:
- James Strachan
メソッドの概要 |
void |
execute(java.lang.Object input)
Performs some operation on the input object |
execute
public void execute(java.lang.Object input)
- Performs some operation on the input object
Copyright © 2001 Apache Software Foundation. Documenation generated November 5 2001.