public abstract static class BiSequence.Anonymous<T,U> extends AbstractStringify implements BiSequence<T,U>
BiSequence.Anonymous<T,U>BiDataSource.Pair<T,U>L_NEGATIVE_INDICES, L_UNBOUNDED, NEGATIVE_INDICES, UNBOUNDED| Constructor and Description |
|---|
Anonymous(long length) |
Anonymous(SequenceLength length) |
| Modifier and Type | Method and Description |
|---|---|
long |
length()
Number of elements that can be accessed through
Sequence.value(long);
negative if sequence is unbounded or allows negative indices. |
toString, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitmap, map1, map2, newBiGenerator, onlyFirst, onlySecond, pairs, repeat, valuefilter, filter1, filter2, toBiGeneratorisInRange, isUnbounded, min, negativeIndices, toLongpublic Anonymous(long length)
public Anonymous(SequenceLength length)
public long length()
SequenceLengthSequence.value(long);
negative if sequence is unbounded or allows negative indices.length in interface SequenceLengthCopyright © 2019. All rights reserved.