Modifier and Type | Method and Description |
---|---|
Array |
DataSourceService.getNames() |
Modifier and Type | Method and Description |
---|---|
Array |
Task.getExceptions() |
Modifier and Type | Method and Description |
---|---|
static String[] |
S3Resource.toStringArray(Array array) |
Modifier and Type | Method and Description |
---|---|
static Array |
FontUtil.getAvailableFontsAsStringArray() |
Modifier and Type | Method and Description |
---|---|
Array |
CFMLFactoryImpl.getInfo() |
Array |
PageContextImpl.getTemplatePath() |
abstract Array |
PageContext.getTemplatePath()
array of current template stack
|
Modifier and Type | Method and Description |
---|---|
Array |
CacheEngine.keys(String filter) |
Modifier and Type | Method and Description |
---|---|
Array |
DebuggerPool.getData(PageContext pc) |
Modifier and Type | Method and Description |
---|---|
Array |
PageExceptionImpl.getTagContext(Config config) |
static Array |
PageExceptionImpl.getTagContext(Config config,
StackTraceElement[] traces) |
Modifier and Type | Method and Description |
---|---|
static Array |
ArrayFilter._call(PageContext pc,
Array array,
UDF filter,
boolean parallel,
int maxThreads) |
static Array |
ArrayNew.call(PageContext pc) |
static Array |
ArrayReverse.call(PageContext pc,
Array array) |
static Array |
ArrayMerge.call(PageContext pc,
Array arr1,
Array arr2) |
static Array |
ArrayMerge.call(PageContext pc,
Array arr1,
Array arr2,
boolean leaveIndex) |
static Array |
ArraySlice.call(PageContext pc,
Array arr,
double offset) |
static Array |
ArrayMid.call(PageContext pc,
Array arr,
double start) |
static Array |
ArraySlice.call(PageContext pc,
Array arr,
double offset,
double length) |
static Array |
ArrayMid.call(PageContext pc,
Array arr,
double start,
double count) |
static Array |
ArrayFindAll.call(PageContext pc,
Array array,
Object value) |
static Array |
ArrayFindAllNoCase.call(PageContext pc,
Array array,
Object value) |
static Array |
ArrayFilter.call(PageContext pc,
Array array,
UDF udf) |
static Array |
ArrayMap.call(PageContext pc,
Array array,
UDF udf) |
static Array |
ArrayFilter.call(PageContext pc,
Array array,
UDF udf,
boolean parallel) |
static Array |
ArrayMap.call(PageContext pc,
Array array,
UDF udf,
boolean parallel) |
static Array |
ArrayFilter.call(PageContext pc,
Array array,
UDF udf,
boolean parallel,
double maxThreads) |
static Array |
ArrayMap.call(PageContext pc,
Array array,
UDF udf,
boolean parallel,
double maxThreads) |
static Array |
ArrayNew.call(PageContext pc,
double number) |
static Array |
JsonArray.call(PageContext pc,
Object[] objArr) |
static Array |
Array_.call(PageContext pc,
Object[] objArr) |
static Array |
LiteralArray.call(PageContext pc,
Object[] objArr) |
static Array |
ArrayFindAll.find(Array array,
Object value,
boolean caseSensitive) |
static Array |
ArrayFindAll.find(PageContext pc,
Array array,
UDF udf) |
Modifier and Type | Method and Description |
---|---|
static Array |
ArrayFilter._call(PageContext pc,
Array array,
UDF filter,
boolean parallel,
int maxThreads) |
static void |
ArrayMerge.append(Array target,
Array source) |
static double |
ArraySum.call(PageContext pc,
Array array) |
static double |
ArrayAvg.call(PageContext pc,
Array array) |
static boolean |
ArrayClear.call(PageContext pc,
Array array) |
static Object |
ArrayLast.call(PageContext pc,
Array array) |
static Object |
ArrayFirst.call(PageContext pc,
Array array) |
static double |
ArrayMax.call(PageContext pc,
Array array) |
static Array |
ArrayReverse.call(PageContext pc,
Array array) |
static Struct |
ArrayToStruct.call(PageContext pc,
Array arr) |
static double |
ArrayMin.call(PageContext pc,
Array array) |
static double |
ArrayMedian.call(PageContext pc,
Array array) |
static double |
ArrayLen.call(PageContext pc,
Array array) |
static boolean |
ArrayIsEmpty.call(PageContext pc,
Array array) |
static Array |
ArrayMerge.call(PageContext pc,
Array arr1,
Array arr2) |
static Array |
ArrayMerge.call(PageContext pc,
Array arr1,
Array arr2,
boolean leaveIndex) |
static boolean |
ArrayIsDefined.call(PageContext pc,
Array array,
double index) |
static boolean |
ArrayResize.call(PageContext pc,
Array array,
double number) |
static boolean |
ArrayIndexExists.call(PageContext pc,
Array array,
double index) |
static Array |
ArraySlice.call(PageContext pc,
Array arr,
double offset) |
static Array |
ArrayMid.call(PageContext pc,
Array arr,
double start) |
static boolean |
ArrayDeleteAt.call(PageContext pc,
Array array,
double number) |
static boolean |
ArraySwap.call(PageContext pc,
Array array,
double number,
double number2) |
static Array |
ArraySlice.call(PageContext pc,
Array arr,
double offset,
double length) |
static Array |
ArrayMid.call(PageContext pc,
Array arr,
double start,
double count) |
static boolean |
ArraySet.call(PageContext pc,
Array array,
double from,
double to,
Object value) |
static boolean |
ArrayInsertAt.call(PageContext pc,
Array array,
double number,
Object object) |
static double |
ArrayContainsNoCase.call(PageContext pc,
Array array,
Object value) |
static boolean |
ArrayPrepend.call(PageContext pc,
Array array,
Object object) |
static boolean |
ArrayAppend.call(PageContext pc,
Array array,
Object object) |
static double |
ArrayFindNoCase.call(PageContext pc,
Array array,
Object value) |
static Array |
ArrayFindAll.call(PageContext pc,
Array array,
Object value) |
static Array |
ArrayFindAllNoCase.call(PageContext pc,
Array array,
Object value) |
static boolean |
ArraySort.call(PageContext pc,
Array array,
Object sortTypeOrClosure) |
static boolean |
ArrayDelete.call(PageContext pc,
Array array,
Object value) |
static double |
ArrayFind.call(PageContext pc,
Array array,
Object value) |
static double |
ArrayContains.call(PageContext pc,
Array array,
Object value) |
static boolean |
ArrayAppend.call(PageContext pc,
Array array,
Object object,
boolean merge) |
static double |
ArrayContains.call(PageContext pc,
Array array,
Object value,
boolean substringMatch) |
static boolean |
ArraySort.call(PageContext pc,
Array array,
Object sortTypeOrClosure,
String sortorder) |
static boolean |
ArrayDelete.call(PageContext pc,
Array array,
Object value,
String scope) |
static boolean |
ArraySort.call(PageContext pc,
Array arr,
Object sortTypeOrClosure,
String sortorder,
boolean localeSensitive) |
static Array |
ArrayFilter.call(PageContext pc,
Array array,
UDF udf) |
static Object |
ArrayReduce.call(PageContext pc,
Array array,
UDF udf) |
static String |
ArrayEach.call(PageContext pc,
Array array,
UDF udf) |
static Array |
ArrayMap.call(PageContext pc,
Array array,
UDF udf) |
static boolean |
ArraySome.call(PageContext pc,
Array array,
UDF udf) |
static boolean |
ArrayEvery.call(PageContext pc,
Array array,
UDF udf) |
static Array |
ArrayFilter.call(PageContext pc,
Array array,
UDF udf,
boolean parallel) |
static String |
ArrayEach.call(PageContext pc,
Array array,
UDF udf,
boolean parallel) |
static Array |
ArrayMap.call(PageContext pc,
Array array,
UDF udf,
boolean parallel) |
static boolean |
ArraySome.call(PageContext pc,
Array array,
UDF udf,
boolean parallel) |
static boolean |
ArrayEvery.call(PageContext pc,
Array array,
UDF udf,
boolean parallel) |
static Array |
ArrayFilter.call(PageContext pc,
Array array,
UDF udf,
boolean parallel,
double maxThreads) |
static String |
ArrayEach.call(PageContext pc,
Array array,
UDF udf,
boolean parallel,
double maxThreads) |
static Array |
ArrayMap.call(PageContext pc,
Array array,
UDF udf,
boolean parallel,
double maxThreads) |
static boolean |
ArraySome.call(PageContext pc,
Array array,
UDF udf,
boolean parallel,
double maxThreads) |
static boolean |
ArrayEvery.call(PageContext pc,
Array array,
UDF udf,
boolean parallel,
double maxThreads) |
static Object |
ArrayReduce.call(PageContext pc,
Array array,
UDF udf,
Object initValue) |
static Array |
ArrayFindAll.find(Array array,
Object value,
boolean caseSensitive) |
static int |
ArrayFind.find(Array array,
Object value,
boolean caseSensitive) |
static Array |
ArrayFindAll.find(PageContext pc,
Array array,
UDF udf) |
static int |
ArrayFind.find(PageContext pc,
Array array,
UDF udf) |
static void |
ArrayMerge.set(Array target,
Array source) |
Modifier and Type | Method and Description |
---|---|
static Array |
CacheGetAllIds.call(PageContext pc) |
static Array |
CacheGetProperties.call(PageContext pc) |
static Array |
CacheGetAllIds.call(PageContext pc,
String filter) |
static Array |
CacheGetProperties.call(PageContext pc,
String cacheName) |
static Array |
CacheGetAllIds.call(PageContext pc,
String filter,
String cacheName) |
Modifier and Type | Method and Description |
---|---|
static void |
Each.invoke(PageContext pc,
Array array,
UDF udf,
ExecutorService execute,
List<Future<Data<Object>>> futures) |
Modifier and Type | Method and Description |
---|---|
static Array |
ComponentListPackage.call(PageContext pc,
String packageName) |
Modifier and Type | Method and Description |
---|---|
static Array |
FileUploadAll.call(PageContext pc,
String destination) |
static Array |
FileUploadAll.call(PageContext pc,
String destination,
String accept) |
static Array |
FileUploadAll.call(PageContext pc,
String destination,
String accept,
String nameConflict) |
static Array |
FileUploadAll.call(PageContext pc,
String destination,
String accept,
String nameConflict,
String mode) |
static Array |
FileUploadAll.call(PageContext pc,
String destination,
String accept,
String nameConflict,
String mode,
String attributes) |
static Array |
FileUploadAll.call(PageContext pc,
String destination,
String accept,
String nameConflict,
String mode,
String attributes,
Object acl) |
Modifier and Type | Method and Description |
---|---|
static Array |
ImageFonts.call(PageContext pc) |
Modifier and Type | Method and Description |
---|---|
static String |
ImageDrawLines.call(PageContext pc,
Object name,
Array xcoords,
Array ycoords) |
static String |
ImageDrawLines.call(PageContext pc,
Object name,
Array xcoords,
Array ycoords,
boolean isPolygon) |
static String |
ImageDrawLines.call(PageContext pc,
Object name,
Array xcoords,
Array ycoords,
boolean isPolygon,
boolean filled) |
Modifier and Type | Method and Description |
---|---|
static Array |
ListToArray.call(PageContext pc,
String list) |
static Array |
ListToArray.call(PageContext pc,
String list,
String delimiter) |
static Array |
ListToArray.call(PageContext pc,
String list,
String delimiter,
boolean includeEmptyFields) |
static Array |
ListToArray.call(PageContext pc,
String list,
String delimiter,
boolean includeEmptyFields,
boolean multiCharacterDelimiter) |
Modifier and Type | Method and Description |
---|---|
static String |
ArrayToList.call(PageContext pc,
Array array) |
static String |
ArrayToList.call(PageContext pc,
Array array,
char delimiter) |
static String |
ArrayToList.call(PageContext pc,
Array array,
String delimiter) |
Modifier and Type | Method and Description |
---|---|
static Array |
EntityNameArray.call(PageContext pc) |
Modifier and Type | Method and Description |
---|---|
static Array |
GetFunctionKeywords.call(PageContext pc) |
Modifier and Type | Method and Description |
---|---|
static Array |
QueryColumnArray.call(PageContext pc,
Query qry) |
static Array |
ValueArray.call(PageContext pc,
QueryColumn column) |
static Array |
QueryColumnData.call(PageContext pc,
Query query,
String columnName) |
static Array |
QueryDeleteColumn.call(PageContext pc,
Query query,
String strColumn) |
static Array |
QueryColumnData.call(PageContext pc,
Query query,
String columnName,
UDF udf) |
static Array |
ValueArray.call(PageContext pc,
String strQueryColumn) |
static Array |
QueryDeleteColumn.toArray(QueryColumn column) |
Modifier and Type | Method and Description |
---|---|
static Array |
REMatch.call(PageContext pc,
String regExpr,
String str) |
static Array |
REMatchNoCase.call(PageContext pc,
String regExpr,
String str) |
Modifier and Type | Method and Description |
---|---|
static Array |
StructSort.call(PageContext pc,
Struct base) |
static Array |
StructKeyArray.call(PageContext pc,
Struct struct) |
static Array |
StructFindKey.call(PageContext pc,
Struct struct,
String value) |
static Array |
StructSort.call(PageContext pc,
Struct base,
String sortType) |
static Array |
StructFindValue.call(PageContext pc,
Struct struct,
String value) |
static Array |
StructFindKey.call(PageContext pc,
Struct struct,
String value,
String scope) |
static Array |
StructSort.call(PageContext pc,
Struct base,
String sortType,
String sortOrder) |
static Array |
StructFindValue.call(PageContext pc,
Struct struct,
String value,
String scope) |
static Array |
StructSort.call(PageContext pc,
Struct base,
String sortType,
String sortOrder,
String pathToSubElement) |
Modifier and Type | Method and Description |
---|---|
static Array |
GetCurrentContext.call(PageContext pc) |
static Array |
GetClassPath.call(PageContext pc) |
static Array |
PagePoolList.call(PageContext pc) |
Modifier and Type | Method and Description |
---|---|
static void |
CallStackGet._getTagContext(PageContext pc,
Array tagContext,
Throwable t,
Collection.Key lineNumberName) |
Modifier and Type | Method and Description |
---|---|
static Array |
MultiPartResponseUtils.getParts(byte[] barr,
String contentTypeHeader) |
Modifier and Type | Method and Description |
---|---|
Array |
CreationImpl.createArray() |
Array |
CreationImpl.createArray(int dimension) |
Array |
CreationImpl.createArray(String list,
String delimiter,
boolean removeEmptyItem,
boolean trim) |
static Array |
Caster.toArray(Object o)
cast a Object to a Array Object
|
Array |
CastImpl.toArray(Object obj) |
static Array |
Caster.toArray(Object o,
Array defaultValue)
cast a Object to a Array Object
|
Array |
CastImpl.toArray(Object obj,
Array defaultValue) |
Modifier and Type | Method and Description |
---|---|
static Array |
Caster.toArray(Object o,
Array defaultValue)
cast a Object to a Array Object
|
Array |
CastImpl.toArray(Object obj,
Array defaultValue) |
Modifier and Type | Method and Description |
---|---|
Array |
ORMSession.loadAsArray(PageContext pc,
String name,
String id)
load and return a array of Objects matching given id
|
Array |
ORMSession.loadAsArray(PageContext pc,
String name,
String id,
String order) |
Array |
ORMSession.loadAsArray(PageContext pc,
String name,
Struct filter)
load and return a array of Objects matching given filter
|
Array |
ORMSession.loadAsArray(PageContext pc,
String name,
Struct filter,
Struct options)
load and return a array of Objects matching given filter
|
Array |
ORMSession.loadAsArray(PageContext pc,
String name,
Struct filter,
Struct options,
String order) |
Array |
ORMSession.loadByExampleAsArray(PageContext pc,
Object obj)
load and return a array of Objects matching given sampleEntity
|
Modifier and Type | Method and Description |
---|---|
Object |
ORMSession.executeQuery(PageContext pc,
String dataSourceName,
String hql,
Array params,
boolean unique,
Struct queryOptions) |
Modifier and Type | Method and Description |
---|---|
static Array |
CommonUtil.createArray() |
Array |
HibernateORMSession.loadAsArray(PageContext pc,
String name,
String id) |
Array |
HibernateORMSession.loadAsArray(PageContext pc,
String name,
String id,
String order) |
Array |
HibernateORMSession.loadAsArray(PageContext pc,
String name,
Struct filter) |
Array |
HibernateORMSession.loadAsArray(PageContext pc,
String name,
Struct filter,
Struct options) |
Array |
HibernateORMSession.loadAsArray(PageContext pc,
String name,
Struct filter,
Struct options,
String order) |
Array |
HibernateORMSession.loadByExampleAsArray(PageContext pc,
Object obj) |
static Array |
CommonUtil.toArray(Argument arg) |
static Array |
CommonUtil.toArray(Object obj) |
static Array |
CommonUtil.toArray(Object obj,
Array defaultValue) |
static Array |
HibernateCaster.toCFML(List src) |
Modifier and Type | Method and Description |
---|---|
static Query |
CommonUtil.createQuery(Array names,
Array types,
int rows,
String name) |
Object |
HibernateORMSession.executeQuery(PageContext pc,
String dataSourceName,
String hql,
Array params,
boolean unique,
Struct queryOptions) |
static Array |
CommonUtil.toArray(Object obj,
Array defaultValue) |
Modifier and Type | Method and Description |
---|---|
static Array |
Perl5Util.match(String strPattern,
String strInput,
int offset,
boolean caseSensitive) |
Modifier and Type | Method and Description |
---|---|
Array |
SuggestionItem.getKeywords() |
Array |
SuggestionItem.getKeywordScore() |
Constructor and Description |
---|
CredentialImpl(String username,
String password,
Array roles,
Resource rolesDir)
credential constructor
|
Modifier and Type | Method and Description |
---|---|
Array |
DataSourceServiceImpl.getNames() |
Modifier and Type | Method and Description |
---|---|
Array |
SpoolerTaskSupport.getExceptions() |
Array |
SpoolerTask.getExceptions() |
Modifier and Type | Method and Description |
---|---|
static Array |
FileTag.actionUploadAll(PageContext pageContext,
SecurityManager securityManager,
String strDestination,
int nameconflict,
String accept,
boolean strict,
int mode,
String attributes,
Object acl,
String serverPassword) |
Modifier and Type | Method and Description |
---|---|
static SQL |
QueryParamConverter.convert(String sql,
Array params) |
Modifier and Type | Class and Description |
---|---|
class |
XMLNodeList |
Modifier and Type | Class and Description |
---|---|
class |
XMLMultiElementArray |
Constructor and Description |
---|
XMLMultiElementStruct(Array array,
boolean caseSensitive)
Constructor of the class
|
Modifier and Type | Interface and Description |
---|---|
interface |
QueryColumnPro |
Modifier and Type | Class and Description |
---|---|
class |
ArrayImpl
CFML array object
|
class |
ArrayImplNS
CFML array object
|
class |
CastableArray |
class |
DebugQueryColumn
implementation of the query column
|
class |
QueryColumnImpl
implementation of the query column
|
class |
SVArray
Simple Value Array, a Array that can't cast to a Simple Value
|
Modifier and Type | Method and Description |
---|---|
Array |
QueryImpl.getMetaDataSimple() |
Array |
Query.getMetaDataSimple() |
static Array |
List.listToArrayRemoveEmpty(String list,
char delimiter)
Deprecated.
|
static Array |
List.listToArrayRemoveEmpty(String list,
String delimiter)
Deprecated.
|
static Array |
KeyImpl.toArray(Collection.Key[] keys) |
static Array |
KeyImpl.toLowerCaseArray(Collection.Key[] keys) |
static Array |
KeyImpl.toUpperCaseArray(Collection.Key[] keys) |
Modifier and Type | Method and Description |
---|---|
boolean |
QueryImpl.addColumn(Collection.Key columnName,
Array content) |
boolean |
Query.addColumn(Collection.Key columnName,
Array content)
adds a new column to the resultset
|
boolean |
QueryImpl.addColumn(Collection.Key columnName,
Array content,
int type) |
boolean |
Query.addColumn(Collection.Key columnName,
Array content,
int type)
adds a new column to the resultset
|
boolean |
QueryImpl.addColumn(String columnName,
Array content) |
boolean |
Query.addColumn(String columnName,
Array content)
Deprecated.
|
boolean |
QueryImpl.addColumn(String columnName,
Array content,
int type) |
boolean |
Query.addColumn(String columnName,
Array content,
int type)
Deprecated.
|
Constructor and Description |
---|
QueryColumnImpl(QueryImpl query,
Collection.Key key,
Array array,
int type)
constructor with array
|
QueryImpl(Array arrColumns,
Array arrTypes,
int rowNumber,
String name)
constructor of the class, to generate a empty resultset (no database execution)
|
QueryImpl(Array arrColumns,
int rowNumber,
String name)
constructor of the class, to generate a empty resultset (no database execution)
|
QueryImpl(Collection.Key[] columnNames,
Array[] arrColumns,
String name) |
QueryImpl(String[] strColumnNames,
Array[] arrColumns,
String name)
constructor of the class
|
Constructor and Description |
---|
ArrayListIteratorImpl(Array array,
int index)
Constructor of the class
|
Modifier and Type | Method and Description |
---|---|
Array |
SimpleQuery.getMetaDataSimple() |
Modifier and Type | Method and Description |
---|---|
boolean |
SimpleQuery.addColumn(Collection.Key columnName,
Array content) |
boolean |
SimpleQuery.addColumn(Collection.Key columnName,
Array content,
int type) |
boolean |
SimpleQuery.addColumn(String columnName,
Array content) |
boolean |
SimpleQuery.addColumn(String columnName,
Array content,
int type) |
Modifier and Type | Interface and Description |
---|---|
interface |
Argument
interface for Argument scope
|
Modifier and Type | Class and Description |
---|---|
class |
ArgumentImpl
implementation of the argument scope
|
class |
ArgumentThreadImpl |
Modifier and Type | Method and Description |
---|---|
static Array |
ArgumentImpl.toArray(Argument arg)
converts a argument scope to a regular array
|
Modifier and Type | Class and Description |
---|---|
class |
TOArray |
Modifier and Type | Method and Description |
---|---|
Array |
TOQuery.getMetaDataSimple() |
Modifier and Type | Method and Description |
---|---|
boolean |
TOQuery.addColumn(Collection.Key columnName,
Array content) |
boolean |
TOQuery.addColumn(Collection.Key columnName,
Array content,
int type) |
boolean |
TOQuery.addColumn(String columnName,
Array content) |
boolean |
TOQuery.addColumn(String columnName,
Array content,
int type) |
Modifier and Type | Class and Description |
---|---|
class |
ArraySupport |
Modifier and Type | Method and Description |
---|---|
static Array |
ListUtil.listToArray(String list,
char delimiter)
casts a list to Array object
|
static Array |
ListUtil.listToArray(String list,
String delimiter)
casts a list to Array object
|
static Array |
ListUtil.listToArray(String list,
String delimiter,
boolean includeEmptyFields,
boolean multiCharDelim) |
static Array |
ListUtil.listToArrayRemoveEmpty(String list,
char delimiter)
casts a list to Array object remove Empty Elements
|
static Array |
ListUtil.listToArrayRemoveEmpty(String list,
String delimiter) |
static Array |
ListUtil.listToArrayTrim(String list,
char delimiter)
casts a list to Array object, remove all empty items at start and end of the list
|
static Array |
ListUtil.listToArrayTrim(String list,
char delimiter,
int[] info)
casts a list to Array object, remove all empty items at start and end of the list
|
static Array |
ListUtil.listToArrayTrim(String list,
String delimiter)
casts a list to Array object, remove all empty items at start and end of the list
|
static Array |
ListUtil.listToArrayTrim(String list,
String delimiter,
int[] info)
casts a list to Array object, remove all empty items at start and end of the list and store count to info
|
static Array |
ListUtil.listWithQuotesToArray(String list,
String delimiter,
String quotes)
casts a list to Array object, the list can be have quoted (",') arguments and delimter in this arguments are ignored.
|
static Array |
ListUtil.trimItems(Array arr)
trim every single item of the array
|
Modifier and Type | Method and Description |
---|---|
static int |
ArrayUtil.arrayContainsIgnoreEmpty(Array arr,
String value,
boolean ignoreCase) |
static String |
ListUtil.arrayToList(Array array,
String delimiter)
convert Array Object to string list
|
static double |
ArrayUtil.avg(Array array)
average of all values of the array, only work when all values are numeric
|
static int |
ArrayUtil.find(Array array,
Object object)
find a object in array
|
static double |
ArrayUtil.max(Array array)
the greatest value, of all values inside the array, only work when all values are numeric
|
static double |
ArrayUtil.median(Array array)
median value of all items in the arrays, only works when all values are numeric
|
static double |
ArrayUtil.min(Array array)
the smallest value, of all values inside the array, only work when all values are numeric
|
static long |
ArrayUtil.sizeOf(Array array) |
static double |
ArrayUtil.sum(Array array)
sum of all values of a array, only work when all values are numeric
|
static void |
ArrayUtil.swap(Array array,
int left,
int right)
swap to values of the array
|
static String[] |
ListUtil.toStringArray(Array array)
cast a Object Array to a String Array
|
static String[] |
ListUtil.toStringArray(Array array,
String defaultValue)
cast a Object Array to a String Array
|
static String[] |
ListUtil.toStringArrayEL(Array array)
cast a Object Array to a String Array
|
static String[] |
ListUtil.toStringArrayTrim(Array array)
cast a Object Array to a String Array and trim all values
|
static Array |
ListUtil.trimItems(Array arr)
trim every single item of the array
|
Modifier and Type | Class and Description |
---|---|
class |
ListAsArray |
Modifier and Type | Method and Description |
---|---|
static Array |
ListAsArray.toArray(List list) |
Modifier and Type | Method and Description |
---|---|
static ArrayList |
ArrayAsArrayList.toArrayList(Array array) |
static List |
ArrayAsList.toList(Array array) |
Modifier and Type | Method and Description |
---|---|
Array |
Creation.createArray()
creates and returns a array instance
|
Array |
Creation.createArray(int dimension)
creates and returns a array instance
|
Array |
Creation.createArray(String list,
String delimiter,
boolean removeEmptyItem,
boolean trim)
creates and returns a array based on a string list
|
Array |
Cast.toArray(Object obj)
cast a Object to a Array Object
|
Array |
Cast.toArray(Object obj,
Array defaultValue)
cast a Object to a Array Object
|
Modifier and Type | Method and Description |
---|---|
Array |
Cast.toArray(Object obj,
Array defaultValue)
cast a Object to a Array Object
|
Copyright © 2015 Lucee