Skip navigation links
A B C D E F G H I K L M N O P S T U W 

A

apply(BigInteger) - Method in class org.beryx.streamplify.combination.CombinationSupplier.BigInt
 
apply(long) - Method in class org.beryx.streamplify.combination.CombinationSupplier.Long
 
apply(BigInteger) - Method in class org.beryx.streamplify.derangement.DerangementSupplier.BigInt
 
apply(long) - Method in class org.beryx.streamplify.derangement.DerangementSupplier.Long
 
apply(BigInteger) - Method in class org.beryx.streamplify.partperm.PartialPermutationSupplier.BigInt
 
apply(long) - Method in class org.beryx.streamplify.partperm.PartialPermutationSupplier.Long
 
apply(BigInteger) - Method in class org.beryx.streamplify.permutation.PermutationSupplier.BigInt
 
apply(long) - Method in class org.beryx.streamplify.permutation.PermutationSupplier.Long
 
apply(BigInteger) - Method in class org.beryx.streamplify.powerset.PowerSetSupplier.BigInt
 
apply(long) - Method in class org.beryx.streamplify.powerset.PowerSetSupplier.Long
 
apply(BigInteger) - Method in class org.beryx.streamplify.product.CartesianProductSupplier.BigInt
 
apply(long) - Method in class org.beryx.streamplify.product.CartesianProductSupplier.Long
 

B

bigCount() - Method in class org.beryx.streamplify.BigIntegerIndexedSpliterator
 
bigCount() - Method in class org.beryx.streamplify.LongIndexedSpliterator
 
bigCount() - Method in interface org.beryx.streamplify.Streamable
 
bigCount() - Method in class org.beryx.streamplify.StreamableProxy
 
BigInt(BigInteger, int, int) - Constructor for class org.beryx.streamplify.combination.CombinationSupplier.BigInt
 
BigInt(int) - Constructor for class org.beryx.streamplify.derangement.DerangementSupplier.BigInt
 
BigInt(int) - Constructor for class org.beryx.streamplify.partperm.PartialPermutationSupplier.BigInt
 
BigInt(int) - Constructor for class org.beryx.streamplify.permutation.PermutationSupplier.BigInt
 
BigInt(int) - Constructor for class org.beryx.streamplify.powerset.PowerSetSupplier.BigInt
 
BigInt(int[], BigInteger) - Constructor for class org.beryx.streamplify.product.CartesianProductSupplier.BigInt
 
BigIntegerCartesianProduct - Class in org.beryx.streamplify.product
Provides streams of cartesian product tuples.
BigIntegerCartesianProduct(int...) - Constructor for class org.beryx.streamplify.product.BigIntegerCartesianProduct
 
BigIntegerCombinations - Class in org.beryx.streamplify.combination
Provides streams of combinations.
BigIntegerCombinations(int, int) - Constructor for class org.beryx.streamplify.combination.BigIntegerCombinations
k-combinations from a set of n elements
BigIntegerDerangements - Class in org.beryx.streamplify.derangement
Provides streams of derangements.
BigIntegerDerangements(int) - Constructor for class org.beryx.streamplify.derangement.BigIntegerDerangements
Constructs derangements of length elements
BigIntegerIndexedSpliterator<T,S extends BigIntegerIndexedSpliterator<T,S>> - Class in org.beryx.streamplify
An indexed-spliterator that uses a BigInteger index.
BigIntegerIndexedSpliterator(BigInteger, BigInteger) - Constructor for class org.beryx.streamplify.BigIntegerIndexedSpliterator
 
BigIntegerPartialPermutations - Class in org.beryx.streamplify.partperm
Provides streams of partial permutations.
BigIntegerPartialPermutations(int) - Constructor for class org.beryx.streamplify.partperm.BigIntegerPartialPermutations
Constructs partial permutations of length elements
BigIntegerPermutations - Class in org.beryx.streamplify.permutation
Provides streams of permutations.
BigIntegerPermutations(int) - Constructor for class org.beryx.streamplify.permutation.BigIntegerPermutations
Constructs permutations of length elements
BigIntegerPowerSet - Class in org.beryx.streamplify.powerset
Provides stream of power set for the given length.
BigIntegerPowerSet(int) - Constructor for class org.beryx.streamplify.powerset.BigIntegerPowerSet
Constructs power set for length number of elements.
BigIntegerShuffler - Interface in org.beryx.streamplify.shuffler
Provides a way of shuffling BigInteger indices.
binaryCounter - Variable in class org.beryx.streamplify.powerset.PowerSetSupplier
 

C

CartesianProduct - Class in org.beryx.streamplify.product
A Streamable providing streams of cartesian product tuples.
CartesianProduct(int...) - Constructor for class org.beryx.streamplify.product.CartesianProduct
 
CartesianProductSupplier - Class in org.beryx.streamplify.product
A value supplier for cartesian product.
CartesianProductSupplier.BigInt - Class in org.beryx.streamplify.product
 
CartesianProductSupplier.Long - Class in org.beryx.streamplify.product
 
characteristics() - Method in class org.beryx.streamplify.BigIntegerIndexedSpliterator
 
characteristics() - Method in class org.beryx.streamplify.LongIndexedSpliterator
 
Combinations - Class in org.beryx.streamplify.combination
A Streamable providing streams of combinations.
Combinations(int, int) - Constructor for class org.beryx.streamplify.combination.Combinations
k-combinations from a set of n elements
CombinationSupplier - Class in org.beryx.streamplify.combination
A value supplier for combinations.
CombinationSupplier.BigInt - Class in org.beryx.streamplify.combination
 
CombinationSupplier.Long - Class in org.beryx.streamplify.combination
 
computeFactorials(int) - Static method in class org.beryx.streamplify.partperm.BigIntegerPartialPermutations
 
computeNext() - Method in class org.beryx.streamplify.combination.CombinationSupplier
 
computeNext() - Method in class org.beryx.streamplify.derangement.DerangementSupplier
 
computeNext() - Method in interface org.beryx.streamplify.IntArraySupplier
Computes the value to be supplied next, using the currently supplied value.
computeNext() - Method in class org.beryx.streamplify.partperm.PartialPermutationSupplier
 
computeNext() - Method in class org.beryx.streamplify.permutation.PermutationSupplier
 
computeNext() - Method in class org.beryx.streamplify.powerset.PowerSetSupplier
 
computeNext() - Method in class org.beryx.streamplify.product.CartesianProductSupplier
 
count() - Method in class org.beryx.streamplify.BigIntegerIndexedSpliterator
 
count(int, int) - Static method in class org.beryx.streamplify.combination.BigIntegerCombinations
 
count(int, int) - Static method in class org.beryx.streamplify.combination.LongCombinations
 
count() - Method in class org.beryx.streamplify.LongIndexedSpliterator
 
count(int[]) - Static method in class org.beryx.streamplify.product.BigIntegerCartesianProduct
 
count(int[]) - Static method in class org.beryx.streamplify.product.LongCartesianProduct
 
count() - Method in interface org.beryx.streamplify.Streamable
 
count() - Method in class org.beryx.streamplify.StreamableProxy
 
currentCombination - Variable in class org.beryx.streamplify.combination.CombinationSupplier
 
currentPartialPermutation - Variable in class org.beryx.streamplify.partperm.PartialPermutationSupplier
 
currentPermutation - Variable in class org.beryx.streamplify.permutation.PermutationSupplier
 
currentPowerSet - Variable in class org.beryx.streamplify.powerset.PowerSetSupplier
 
currentProduct - Variable in class org.beryx.streamplify.product.CartesianProductSupplier
 
currentSequence - Variable in class org.beryx.streamplify.derangement.DerangementSupplier
 

D

DefaultBigIntegerShuffler - Class in org.beryx.streamplify.shuffler
An implementation of BigIntegerShuffler based on ShufflerImpl.
DefaultBigIntegerShuffler(BigInteger) - Constructor for class org.beryx.streamplify.shuffler.DefaultBigIntegerShuffler
Constructs a shuffler for indices in the range [0 ..
DefaultBigIntegerShuffler(BigInteger, Random) - Constructor for class org.beryx.streamplify.shuffler.DefaultBigIntegerShuffler
Constructs a shuffler for indices in the range [0 ..
DefaultLongShuffler - Class in org.beryx.streamplify.shuffler
An implementation of LongShuffler based on ShufflerImpl.
DefaultLongShuffler(long) - Constructor for class org.beryx.streamplify.shuffler.DefaultLongShuffler
Constructs a shuffler for indices in the range [0 ..
DefaultLongShuffler(long, Random) - Constructor for class org.beryx.streamplify.shuffler.DefaultLongShuffler
Constructs a shuffler for indices in the range [0 ..
Derangements - Class in org.beryx.streamplify.derangement
A Streamable providing streams of derangements.
Derangements(int) - Constructor for class org.beryx.streamplify.derangement.Derangements
 
DerangementSupplier - Class in org.beryx.streamplify.derangement
A value supplier for derangements.
DerangementSupplier.BigInt - Class in org.beryx.streamplify.derangement
 
DerangementSupplier.Long - Class in org.beryx.streamplify.derangement
 
dimensions - Variable in class org.beryx.streamplify.product.CartesianProductSupplier
 

E

estimateSize() - Method in class org.beryx.streamplify.BigIntegerIndexedSpliterator
 
estimateSize() - Method in class org.beryx.streamplify.LongIndexedSpliterator
 

F

factorial(int) - Static method in class org.beryx.streamplify.permutation.BigIntegerPermutations
 
factorial(int) - Static method in class org.beryx.streamplify.permutation.LongPermutations
 
forEachRemaining(Consumer<? super T>) - Method in class org.beryx.streamplify.BigIntegerIndexedSpliterator
 
forEachRemaining(Consumer<? super T>) - Method in class org.beryx.streamplify.LongIndexedSpliterator
 

G

getCurrentSequence() - Method in class org.beryx.streamplify.combination.CombinationSupplier
 
getCurrentSequence() - Method in class org.beryx.streamplify.derangement.DerangementSupplier
 
getCurrentSequence() - Method in interface org.beryx.streamplify.IntArraySupplier
 
getCurrentSequence() - Method in class org.beryx.streamplify.partperm.PartialPermutationSupplier
 
getCurrentSequence() - Method in class org.beryx.streamplify.permutation.PermutationSupplier
 
getCurrentSequence() - Method in class org.beryx.streamplify.powerset.PowerSetSupplier
 
getCurrentSequence() - Method in class org.beryx.streamplify.product.CartesianProductSupplier
 
getDelegate() - Method in class org.beryx.streamplify.combination.Combinations
 
getDelegate() - Method in class org.beryx.streamplify.derangement.Derangements
 
getDelegate() - Method in class org.beryx.streamplify.partperm.PartialPermutations
 
getDelegate() - Method in class org.beryx.streamplify.permutation.Permutations
 
getDelegate() - Method in class org.beryx.streamplify.powerset.PowerSet
 
getDelegate() - Method in class org.beryx.streamplify.product.CartesianProduct
 
getDelegate() - Method in class org.beryx.streamplify.StreamableProxy
 
getFence() - Method in class org.beryx.streamplify.BigIntegerIndexedSpliterator
 
getFence() - Method in class org.beryx.streamplify.LongIndexedSpliterator
 
getIndex() - Method in class org.beryx.streamplify.BigIntegerIndexedSpliterator
 
getIndex() - Method in class org.beryx.streamplify.LongIndexedSpliterator
 
getNextSequence(boolean) - Method in interface org.beryx.streamplify.IntArraySupplier
Retrieves the next value to be supplied.
getNextSequence(boolean) - Method in class org.beryx.streamplify.powerset.PowerSetSupplier
 
getRandomPermutation(int) - Method in class org.beryx.streamplify.shuffler.ShufflerImpl
 
getShuffledIndex(BigInteger) - Method in interface org.beryx.streamplify.shuffler.BigIntegerShuffler
Retrieves the value corresponding to index in the permutation associated with this shuffler.
getShuffledIndex(BigInteger) - Method in class org.beryx.streamplify.shuffler.DefaultBigIntegerShuffler
 
getShuffledIndex(long) - Method in class org.beryx.streamplify.shuffler.DefaultLongShuffler
 
getShuffledIndex(long) - Method in interface org.beryx.streamplify.shuffler.LongShuffler
Retrieves the value corresponding to index in the permutation associated with this shuffler.
getShuffledIndex(long, long) - Method in class org.beryx.streamplify.shuffler.ShufflerImpl
Retrieves the long value corresponding to index in a permutation with count elements.
getShuffledIndex(BigInteger, BigInteger) - Method in class org.beryx.streamplify.shuffler.ShufflerImpl
Retrieves the BigInteger value corresponding to index in a permutation with count elements.

H

HOLE - Static variable in class org.beryx.streamplify.partperm.PartialPermutationSupplier
 

I

IDENTITY - Static variable in interface org.beryx.streamplify.shuffler.BigIntegerShuffler
 
IDENTITY - Static variable in interface org.beryx.streamplify.shuffler.LongShuffler
 
IDENTITY - Static variable in interface org.beryx.streamplify.Splittable.BigIntegerIndexed
 
IDENTITY - Static variable in interface org.beryx.streamplify.Splittable.LongIndexed
 
init() - Method in class org.beryx.streamplify.derangement.DerangementSupplier
 
IntArraySupplier - Interface in org.beryx.streamplify
This interface acts as a trait that helps implementing the valueSupplier requested by indexed-spliterators (such as LongIndexedSpliterator or BigIntegerIndexedSpliterator) with the type parameter int[].

K

k - Variable in class org.beryx.streamplify.combination.CombinationSupplier
 

L

length - Variable in class org.beryx.streamplify.derangement.DerangementSupplier
 
length - Variable in class org.beryx.streamplify.partperm.PartialPermutationSupplier
 
length - Variable in class org.beryx.streamplify.permutation.PermutationSupplier
 
length - Variable in class org.beryx.streamplify.powerset.PowerSetSupplier
 
Long(long, int, int) - Constructor for class org.beryx.streamplify.combination.CombinationSupplier.Long
 
Long(int) - Constructor for class org.beryx.streamplify.derangement.DerangementSupplier.Long
 
Long(int) - Constructor for class org.beryx.streamplify.partperm.PartialPermutationSupplier.Long
 
Long(int) - Constructor for class org.beryx.streamplify.permutation.PermutationSupplier.Long
 
Long(int) - Constructor for class org.beryx.streamplify.powerset.PowerSetSupplier.Long
 
Long(long, int[]) - Constructor for class org.beryx.streamplify.product.CartesianProductSupplier.Long
 
LongCartesianProduct - Class in org.beryx.streamplify.product
Provides streams of cartesian product tuples.
LongCartesianProduct(int...) - Constructor for class org.beryx.streamplify.product.LongCartesianProduct
 
LongCartesianProduct(long, int...) - Constructor for class org.beryx.streamplify.product.LongCartesianProduct
 
LongCombinations - Class in org.beryx.streamplify.combination
Provides streams of combinations.
LongCombinations(int, int) - Constructor for class org.beryx.streamplify.combination.LongCombinations
k-combinations from a set of n elements
LongDerangements - Class in org.beryx.streamplify.derangement
Provides streams of derangements.
LongDerangements(int) - Constructor for class org.beryx.streamplify.derangement.LongDerangements
Constructs derangements of length elements
LongIndexedSpliterator<T,S extends LongIndexedSpliterator<T,S>> - Class in org.beryx.streamplify
An indexed-spliterator that uses a long index.
LongIndexedSpliterator(long, long) - Constructor for class org.beryx.streamplify.LongIndexedSpliterator
 
LongPartialPermutations - Class in org.beryx.streamplify.partperm
Provides streams of partial permutations.
LongPartialPermutations(int) - Constructor for class org.beryx.streamplify.partperm.LongPartialPermutations
Constructs partial permutations of length elements
LongPermutations - Class in org.beryx.streamplify.permutation
Provides streams of permutations.
LongPermutations(int) - Constructor for class org.beryx.streamplify.permutation.LongPermutations
Constructs permutations of length elements
LongPowerSet - Class in org.beryx.streamplify.powerset
Provides stream of power set.
LongPowerSet(int) - Constructor for class org.beryx.streamplify.powerset.LongPowerSet
Constructs power set for length number of elements.
LongShuffler - Interface in org.beryx.streamplify.shuffler
Provides a way of shuffling long indices.

M

MAX_LENGTH - Static variable in class org.beryx.streamplify.derangement.BigIntegerDerangements
 
MAX_LENGTH - Static variable in class org.beryx.streamplify.derangement.LongDerangements
 
MAX_LENGTH - Static variable in class org.beryx.streamplify.partperm.BigIntegerPartialPermutations
 
MAX_LENGTH - Static variable in class org.beryx.streamplify.partperm.LongPartialPermutations
 
MAX_LENGTH - Static variable in class org.beryx.streamplify.permutation.BigIntegerPermutations
 
MAX_LENGTH - Static variable in class org.beryx.streamplify.permutation.LongPermutations
 
MAX_LENGTH - Static variable in class org.beryx.streamplify.powerset.LongPowerSet
 
MAX_N - Static variable in class org.beryx.streamplify.combination.Combinations
 

N

n - Variable in class org.beryx.streamplify.combination.CombinationSupplier
 
nextCombination(int[], int) - Static method in class org.beryx.streamplify.partperm.PartialPermutationSupplier
Parameterized version of CombinationSupplier.Long#computeNext()
numberOfPermutations(int) - Static method in class org.beryx.streamplify.partperm.BigIntegerPartialPermutations
 
numberOfPermutations(int) - Static method in class org.beryx.streamplify.partperm.LongPartialPermutations
 

O

ordered() - Method in interface org.beryx.streamplify.Streamable
Convenience method for adding the Spliterator.ORDERED characteristic to the provided streams.
org.beryx.streamplify - package org.beryx.streamplify
 
org.beryx.streamplify.combination - package org.beryx.streamplify.combination
 
org.beryx.streamplify.derangement - package org.beryx.streamplify.derangement
 
org.beryx.streamplify.partperm - package org.beryx.streamplify.partperm
 
org.beryx.streamplify.permutation - package org.beryx.streamplify.permutation
 
org.beryx.streamplify.powerset - package org.beryx.streamplify.powerset
 
org.beryx.streamplify.product - package org.beryx.streamplify.product
 
org.beryx.streamplify.shared - package org.beryx.streamplify.shared
 
org.beryx.streamplify.shuffler - package org.beryx.streamplify.shuffler
 

P

parallelStream() - Method in class org.beryx.streamplify.BigIntegerIndexedSpliterator
 
parallelStream() - Method in class org.beryx.streamplify.LongIndexedSpliterator
 
parallelStream() - Method in interface org.beryx.streamplify.Streamable
 
parallelStream() - Method in class org.beryx.streamplify.StreamableProxy
 
PartialPermutations - Class in org.beryx.streamplify.partperm
A Streamable providing streams of permutations.
PartialPermutations(int) - Constructor for class org.beryx.streamplify.partperm.PartialPermutations
 
PartialPermutationSupplier - Class in org.beryx.streamplify.partperm
A value supplier for partial permutations.
PartialPermutationSupplier.BigInt - Class in org.beryx.streamplify.partperm
 
PartialPermutationSupplier.Long - Class in org.beryx.streamplify.partperm
 
Permutations - Class in org.beryx.streamplify.permutation
A Streamable providing streams of permutations.
Permutations(int) - Constructor for class org.beryx.streamplify.permutation.Permutations
 
PermutationSupplier - Class in org.beryx.streamplify.permutation
A value supplier for permutations.
PermutationSupplier.BigInt - Class in org.beryx.streamplify.permutation
 
PermutationSupplier.Long - Class in org.beryx.streamplify.permutation
 
PowerSet - Class in org.beryx.streamplify.powerset
A Streamable providing streams of power set.
PowerSet(int) - Constructor for class org.beryx.streamplify.powerset.PowerSet
 
PowerSetSupplier - Class in org.beryx.streamplify.powerset
A value supplier for power sets.
PowerSetSupplier(int) - Constructor for class org.beryx.streamplify.powerset.PowerSetSupplier
 
PowerSetSupplier.BigInt - Class in org.beryx.streamplify.powerset
 
PowerSetSupplier.Long - Class in org.beryx.streamplify.powerset
 

S

shuffle(Random) - Method in class org.beryx.streamplify.BigIntegerIndexedSpliterator
 
shuffle(Random) - Method in class org.beryx.streamplify.LongIndexedSpliterator
 
shuffle(Random) - Method in interface org.beryx.streamplify.Streamable
Configure this instance to provide streams that shuffle elements in the data source.
shuffle() - Method in interface org.beryx.streamplify.Streamable
Configure this instance to provide streams that shuffle elements in the data source.
shuffle(Random) - Method in class org.beryx.streamplify.StreamableProxy
 
ShufflerImpl - Class in org.beryx.streamplify.shuffler
A helper class that implements the shuffling logic used by the default shufflers (DefaultLongShuffler and DefaultBigIntegerShuffler).
ShufflerImpl(Random) - Constructor for class org.beryx.streamplify.shuffler.ShufflerImpl
 
skip(long) - Method in class org.beryx.streamplify.BigIntegerIndexedSpliterator
 
skip(BigInteger) - Method in class org.beryx.streamplify.BigIntegerIndexedSpliterator
 
skip(long) - Method in class org.beryx.streamplify.LongIndexedSpliterator
 
skip(BigInteger) - Method in class org.beryx.streamplify.LongIndexedSpliterator
 
skip(long) - Method in interface org.beryx.streamplify.Streamable
Configure this instance to provide streams that skip the first {}@code n} elements in the data source.
skip(BigInteger) - Method in interface org.beryx.streamplify.Streamable
Configure this instance to provide streams that skip the first {}@code n} elements in the data source.
skip(long) - Method in class org.beryx.streamplify.StreamableProxy
 
skip(BigInteger) - Method in class org.beryx.streamplify.StreamableProxy
 
split() - Method in class org.beryx.streamplify.combination.CombinationSupplier.BigInt
 
split() - Method in class org.beryx.streamplify.combination.CombinationSupplier.Long
 
split() - Method in class org.beryx.streamplify.derangement.DerangementSupplier.BigInt
 
split() - Method in class org.beryx.streamplify.derangement.DerangementSupplier.Long
 
split() - Method in class org.beryx.streamplify.partperm.PartialPermutationSupplier.BigInt
 
split() - Method in class org.beryx.streamplify.partperm.PartialPermutationSupplier.Long
 
split() - Method in class org.beryx.streamplify.permutation.PermutationSupplier.BigInt
 
split() - Method in class org.beryx.streamplify.permutation.PermutationSupplier.Long
 
split() - Method in class org.beryx.streamplify.powerset.PowerSetSupplier.BigInt
 
split() - Method in class org.beryx.streamplify.powerset.PowerSetSupplier.Long
 
split() - Method in class org.beryx.streamplify.product.CartesianProductSupplier.BigInt
 
split() - Method in class org.beryx.streamplify.product.CartesianProductSupplier.Long
 
split() - Method in interface org.beryx.streamplify.Splittable
Splits this instance.
Splittable<S extends Splittable<S>> - Interface in org.beryx.streamplify
A functional interface providing a method for splitting this instance.
Splittable.BigIntegerIndexed<T> - Interface in org.beryx.streamplify
 
Splittable.LongIndexed<T> - Interface in org.beryx.streamplify
 
stream() - Method in class org.beryx.streamplify.BigIntegerIndexedSpliterator
 
stream() - Method in class org.beryx.streamplify.LongIndexedSpliterator
 
stream() - Method in interface org.beryx.streamplify.Streamable
 
stream() - Method in class org.beryx.streamplify.StreamableProxy
 
Streamable<T,S extends Streamable<T,S>> - Interface in org.beryx.streamplify
Objects implementing this interface provide data in form of sequential or parallel Streams.
StreamableProxy<T,S extends StreamableProxy<T,S>> - Class in org.beryx.streamplify
A Streamable that forwards its calls to a delegate
StreamableProxy() - Constructor for class org.beryx.streamplify.StreamableProxy
 
subfactorial(int) - Static method in class org.beryx.streamplify.derangement.BigIntegerDerangements
 
subfactorial(int) - Static method in class org.beryx.streamplify.derangement.LongDerangements
 

T

tryAdvance(Consumer<? super T>) - Method in class org.beryx.streamplify.BigIntegerIndexedSpliterator
 
tryAdvance(Consumer<? super T>) - Method in class org.beryx.streamplify.LongIndexedSpliterator
 
trySplit() - Method in class org.beryx.streamplify.BigIntegerIndexedSpliterator
 
trySplit() - Method in class org.beryx.streamplify.LongIndexedSpliterator
 

U

unrank() - Method in class org.beryx.streamplify.combination.CombinationSupplier.BigInt
 
unrank() - Method in class org.beryx.streamplify.combination.CombinationSupplier.Long
 
unrank() - Method in class org.beryx.streamplify.derangement.DerangementSupplier.BigInt
 
unrank() - Method in class org.beryx.streamplify.derangement.DerangementSupplier.Long
 
unrank() - Method in interface org.beryx.streamplify.IntArraySupplier
 
unrank() - Method in class org.beryx.streamplify.partperm.PartialPermutationSupplier.BigInt
 
unrank() - Method in class org.beryx.streamplify.partperm.PartialPermutationSupplier.Long
 
unrank() - Method in class org.beryx.streamplify.permutation.PermutationSupplier.BigInt
 
unrank() - Method in class org.beryx.streamplify.permutation.PermutationSupplier.Long
 
unrank() - Method in class org.beryx.streamplify.powerset.PowerSetSupplier.BigInt
 
unrank() - Method in class org.beryx.streamplify.powerset.PowerSetSupplier.Long
 
unrank() - Method in class org.beryx.streamplify.product.CartesianProductSupplier.BigInt
 
unrank() - Method in class org.beryx.streamplify.product.CartesianProductSupplier.Long
 
unrankCombination(int, int, long, long) - Static method in class org.beryx.streamplify.shared.Unranking
Unranks the combination with the given long index.
unrankCombination(int, int, BigInteger, BigInteger) - Static method in class org.beryx.streamplify.shared.Unranking
/** Unranks the combination with the given BigInteger index.
Unranking - Class in org.beryx.streamplify.shared
 
Unranking() - Constructor for class org.beryx.streamplify.shared.Unranking
 

W

withAdditionalCharacteristics(int) - Method in class org.beryx.streamplify.BigIntegerIndexedSpliterator
 
withAdditionalCharacteristics(int) - Method in class org.beryx.streamplify.LongIndexedSpliterator
 
withAdditionalCharacteristics(int) - Method in interface org.beryx.streamplify.Streamable
Adds additionalCharacteristics to the provided streams.
withAdditionalCharacteristics(int) - Method in class org.beryx.streamplify.StreamableProxy
 
withSeed(long) - Method in class org.beryx.streamplify.shuffler.DefaultBigIntegerShuffler
 
withSeed(long) - Method in class org.beryx.streamplify.shuffler.DefaultLongShuffler
 
withSeed(long) - Method in class org.beryx.streamplify.shuffler.ShufflerImpl
 
withShuffler(BigIntegerShuffler) - Method in class org.beryx.streamplify.BigIntegerIndexedSpliterator
Configures the shuffler of this source.
withShuffler(LongShuffler) - Method in class org.beryx.streamplify.LongIndexedSpliterator
Configures the shuffler of this source.
withValueSupplier(Splittable.BigIntegerIndexed<T>) - Method in class org.beryx.streamplify.BigIntegerIndexedSpliterator
Configures the value supplier of this source.
withValueSupplier(Splittable.LongIndexed<T>) - Method in class org.beryx.streamplify.LongIndexedSpliterator
Configures the value supplier of this source.
A B C D E F G H I K L M N O P S T U W 
Skip navigation links