Class AllRange
java.lang.Object
org.jblas.ranges.AllRange
- All Implemented Interfaces:
Range
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanhasMore()More indices available?intindex()Consecutive numbering of current index.voidinit(int l, int u) Initialize Range to available indicesintlength()Total number of indices.voidnext()Increase counter.toString()intvalue()Get current index.
-
Field Details
-
lower
private int lower -
upper
private int upper -
value
private int value -
counter
private int counter
-
-
Constructor Details
-
AllRange
public AllRange()
-
-
Method Details
-
init
-
length
-
value
-
index
-
next
-
hasMore
-
toString
-