public abstract class BoundedSequence<T> extends AbstractStringify implements FlSequence<T>
LAMBDA_SEED_HINTL_NEGATIVE_INDICES, L_UNBOUNDED, NEGATIVE_INDICES, UNBOUNDED| Constructor and Description |
|---|
BoundedSequence() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isUnbounded()
Indicates whether every positive long is accepted.
|
boolean |
negativeIndices()
Indicates whether negative indices are accepted.
|
long |
randomSeedHint() |
toString, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitalternateWith, first, fluentData, getValueType, map, map, newGenerator, peek, random, random, random, random, repeat, shuffle, sorted, split, split, stream, then, withaggregate, aggregate, alternateWith, distinct, few, filter, first, first, flatMap, many, map, mixWith, several, shuffle, snapshot, some, then, toGenerator, transform, withall, cached, fetch, one, three, transformSource, twosequence, sequence, sequence, sequence, valuetoGenerators, toGeneratorsisInRange, length, min, toLongpublic boolean isUnbounded()
SequenceLengthisUnbounded in interface SequenceLengthpublic boolean negativeIndices()
SequenceLengthnegativeIndices in interface SequenceLengthpublic long randomSeedHint()
randomSeedHint in interface FlSequence<T>Copyright © 2019. All rights reserved.