public class BIntRange extends Object implements BRefType, BCollection
{@link BIntRange} represents integer range in Ballerina.| Constructor and Description |
|---|
BIntRange(long startValue,
long endValue) |
| Modifier and Type | Method and Description |
|---|---|
BValue |
copy()
Deep copy
BValue. |
BType |
getType() |
BIterator |
newIterator()
Create new Iterator for this collection.
|
String |
stringValue() |
Object |
value() |
public String stringValue()
stringValue in interface BValuepublic BIterator newIterator()
BCollectionnewIterator in interface BCollectionCopyright © 2018 WSO2. All rights reserved.