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 BValue
public BIterator newIterator()
BCollection
newIterator
in interface BCollection
Copyright © 2018 WSO2. All rights reserved.