public class JcCollection extends JcValue
| Constructor and Description |
|---|
JcCollection(String name)
JCYPHER
create a collection which is identified by a name
|
| Modifier and Type | Method and Description |
|---|---|
ValueElement |
head()
JCYPHER
return the first element of a collection
|
ValueElement |
last()
JCYPHER
return the last element of a collection
|
JcNumber |
length()
JCYPHER
return the size of a collection, return a JcNumber
|
asCollection, copyShallowTostr, toFloat, toIntpublic JcCollection(String name)
public JcNumber length()
public ValueElement head()
public ValueElement last()
Copyright © 2016. All rights reserved.