Uses of Class
org.op4j.functions.FnArrayOf

Packages that use FnArrayOf
org.op4j.functions   
 

Uses of FnArrayOf in org.op4j.functions
 

Subclasses of FnArrayOf in org.op4j.functions
 class FnArrayOfArrayOf<T>
           
 class FnArrayOfListOf<T>
           
 class FnArrayOfSetOf<T>
           
 

Methods in org.op4j.functions that return FnArrayOf
static
<T> FnArrayOf<T>
FnArray.of(org.javaruntype.type.Type<T> type)
           Specifies the type of the array components, so that the adequate array functions can be offered.
static FnArrayOf<BigDecimal> FnArray.ofBigDecimal()
           Specifies the array as a BigDecimal[], so that the adequate array functions can be offered.
static FnArrayOf<BigInteger> FnArray.ofBigInteger()
           Specifies the array as a BigInteger[], so that the adequate array functions can be offered.
static FnArrayOf<Boolean> FnArray.ofBoolean()
           Specifies the array as a Boolean[], so that the adequate array functions can be offered.
static FnArrayOf<Byte> FnArray.ofByte()
           Specifies the array as a Byte[], so that the adequate array functions can be offered.
static FnArrayOf<Calendar> FnArray.ofCalendar()
           Specifies the array as a Calendar[], so that the adequate array functions can be offered.
static FnArrayOf<Character> FnArray.ofCharacter()
           Specifies the array as a Character[], so that the adequate array functions can be offered.
static FnArrayOf<Date> FnArray.ofDate()
           Specifies the array as a Date[], so that the adequate array functions can be offered.
static FnArrayOf<Double> FnArray.ofDouble()
           Specifies the array as a Double[], so that the adequate array functions can be offered.
static FnArrayOf<Float> FnArray.ofFloat()
           Specifies the array as a Float[], so that the adequate array functions can be offered.
static FnArrayOf<Integer> FnArray.ofInteger()
           Specifies the array as an Integer[], so that the adequate array functions can be offered.
static FnArrayOf<Long> FnArray.ofLong()
           Specifies the array as a Long[], so that the adequate array functions can be offered.
static FnArrayOf<Object> FnArray.ofObject()
           Specifies the array as an Object[], so that the adequate array functions can be offered.
static FnArrayOf<Short> FnArray.ofShort()
           Specifies the array as a Short[], so that the adequate array functions can be offered.
static FnArrayOf<String> FnArray.ofString()
           Specifies the array as a String[], so that the adequate array functions can be offered.
 



Copyright © 2012 The OP4J team. All Rights Reserved.