org.apache.commons.functor.example.lines
Class Count

java.lang.Object
  extended by org.apache.commons.functor.example.lines.Count
All Implemented Interfaces:
Runnable, Functor, NullaryFunctor, Procedure

public class Count
extends Object
implements Procedure

Version:
$Revision: 644470 $ $Date: 2008-04-03 22:23:16 +0200 (Thu, 03 Apr 2008) $
Author:
Rodney Waldhoff

Constructor Summary
Count()
           
 
Method Summary
 int getCount()
           
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.commons.functor.Functor
equals, hashCode, toString
 

Constructor Detail

Count

public Count()
Method Detail

run

public void run()
Specified by:
run in interface Runnable
Specified by:
run in interface Procedure

getCount

public int getCount()


Copyright © 2003-2011 The Apache Software Foundation. All Rights Reserved.