anl.aida.core
Class STCBuilder.STCollection.SDCProcedure

java.lang.Object
  extended by anl.aida.core.STCBuilder.STCollection.SDCProcedure
All Implemented Interfaces:
cern.colt.function.IntObjectProcedure
Enclosing class:
STCBuilder.STCollection

 class STCBuilder.STCollection.SDCProcedure
extends java.lang.Object
implements cern.colt.function.IntObjectProcedure


Field Summary
private  ScoredDocumentCallback callback
           
 
Constructor Summary
STCBuilder.STCollection.SDCProcedure(ScoredDocumentCallback callback)
           
 
Method Summary
 boolean apply(int first, java.lang.Object second)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

callback

private ScoredDocumentCallback callback
Constructor Detail

STCBuilder.STCollection.SDCProcedure

public STCBuilder.STCollection.SDCProcedure(ScoredDocumentCallback callback)
Method Detail

apply

public boolean apply(int first,
                     java.lang.Object second)
Specified by:
apply in interface cern.colt.function.IntObjectProcedure