org.apache.poi.xssf.model
Class IndexedUDFFinder

java.lang.Object
  extended by org.apache.poi.ss.formula.udf.AggregatingUDFFinder
      extended by org.apache.poi.ss.formula.udf.IndexedUDFFinder
          extended by org.apache.poi.xssf.model.IndexedUDFFinder
All Implemented Interfaces:
UDFFinder

Deprecated.

@Deprecated
public final class IndexedUDFFinder
extends IndexedUDFFinder

IndexedUDFFinder was moved to the org.apache.poi.ss.formula.udf package. This class is left ONLY for backwards compatibity with existing code.

Author:
Yegor Kozlov

Field Summary
 
Fields inherited from interface org.apache.poi.ss.formula.udf.UDFFinder
DEFAULT
 
Constructor Summary
IndexedUDFFinder(UDFFinder... usedToolPacks)
          Deprecated.  
 
Method Summary
 
Methods inherited from class org.apache.poi.ss.formula.udf.IndexedUDFFinder
findFunction, getFunctionIndex, getFunctionName
 
Methods inherited from class org.apache.poi.ss.formula.udf.AggregatingUDFFinder
add
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IndexedUDFFinder

public IndexedUDFFinder(UDFFinder... usedToolPacks)
Deprecated. 


Copyright 2014 The Apache Software Foundation or its licensors, as applicable.