railo.runtime.functions.arrays
Class ArrayFind

java.lang.Object
  extended by railo.runtime.functions.BIF
      extended by railo.runtime.functions.arrays.ArrayFind
All Implemented Interfaces:
Serializable, Function

public final class ArrayFind
extends BIF

See Also:
Serialized Form

Constructor Summary
ArrayFind()
           
 
Method Summary
static double call(PageContext pc, Array array, Object value)
           
static int find(Array array, Object value, boolean caseSensitive)
           
static int find(PageContext pc, Array array, UDF udf)
           
 Object invoke(PageContext pc, Object[] args)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ArrayFind

public ArrayFind()
Method Detail

call

public static double call(PageContext pc,
                          Array array,
                          Object value)
                   throws PageException
Throws:
PageException

invoke

public Object invoke(PageContext pc,
                     Object[] args)
              throws PageException
Specified by:
invoke in class BIF
Throws:
PageException

find

public static int find(PageContext pc,
                       Array array,
                       UDF udf)
                throws PageException
Throws:
PageException

find

public static int find(Array array,
                       Object value,
                       boolean caseSensitive)


Copyright © 2012 Railo