public final class BoundaryValueIterator
extends java.lang.Object
BoundaryValueIterator
implements a static methods that return iterators for numbers or
floating-point valueConstructor and Description |
---|
BoundaryValueIterator() |
Modifier and Type | Method and Description |
---|---|
static CollectionIterator<ru.ispras.fortress.data.types.bitvector.BitVector> |
getBoundaryIterator(int size)
Creates a boundary values iterator.
|
static CollectionIterator<ru.ispras.fortress.data.types.bitvector.BitVector> |
getFpBoundaryIterator(int size)
Creates a boundary floating-point values iterator.
|
public static CollectionIterator<ru.ispras.fortress.data.types.bitvector.BitVector> getBoundaryIterator(int size)
size
- the size of BitVector
.public static CollectionIterator<ru.ispras.fortress.data.types.bitvector.BitVector> getFpBoundaryIterator(int size)
size
- the size of BitVector
.