Package coneforest.psylla.core
Class PsyRange
- java.lang.Object
-
- coneforest.psylla.core.PsyRange
-
- All Implemented Interfaces:
PsyConvertableToName
,PsyConvertableToString
,PsyObject
,PsyStreamlike<PsyRealNumeric>
public class PsyRange extends Object implements PsyStreamlike<PsyRealNumeric>
-
-
Constructor Summary
Constructors Constructor Description PsyRange(PsyRealNumeric oInitial, PsyRealNumeric oIncrement, PsyRealNumeric oLimit)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Iterator<PsyRealNumeric>
iterator()
-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface coneforest.psylla.core.PsyObject
convert, execute, invoke, psyClone, psyEq, psyHashCode, psyInstanceOf, psyNe, psySyntax, psyToName, psyToString, psyType, toSyntaxString, typeName
-
Methods inherited from interface coneforest.psylla.core.PsyStreamlike
psyConcat, psyCount, psyForAll
-
-
-
-
Constructor Detail
-
PsyRange
public PsyRange(PsyRealNumeric oInitial, PsyRealNumeric oIncrement, PsyRealNumeric oLimit)
-
-
Method Detail
-
iterator
public Iterator<PsyRealNumeric> iterator()
- Specified by:
iterator
in interfacePsyStreamlike<PsyRealNumeric>
-
-