Skip navigation links
C D E L O 

C

createClosedSlidingWindow(List<? extends T>, int, int) - Static method in class de.javagl.sampling.list.ListSlidingWindows
Create a stream that contains lists that are a sliding window over the given input list.
createFull() - Static method in class de.javagl.sampling.list.ListSamplers
Create a ListSampler where each sample consists of the full list
createList(ListSampler, List<? extends T>, int) - Static method in class de.javagl.sampling.list.ListSamplers
Create a list consisting of the samples that are provided by the given ListSampler when it is applied to the given input.
createSample(List<? extends T>, int, Random) - Static method in class de.javagl.sampling.list.ListSampling
Creates a random sample from the given list, with the given size.
createSamples(List<? extends T>) - Method in interface de.javagl.sampling.list.ListSampler
Returns a stream of samples from the given list.
createSamples(List<? extends T>, int, Random) - Static method in class de.javagl.sampling.list.ListSampling
Creates a stream that provides random samples from the given list, each having the given size.
createSlidingWindow(List<? extends T>, int, int, int, int) - Static method in class de.javagl.sampling.list.ListSlidingWindows
Create a stream that contains lists that are a sliding window over the given input list.
createWithAbsoluteSize(int, Random) - Static method in class de.javagl.sampling.list.ListSamplers
Create a ListSampler where each sample consists of a random sample of the input list.
createWithRelativeSize(double, Random) - Static method in class de.javagl.sampling.list.ListSamplers
Create a ListSampler where each sample consists of a random sample of the input list.

D

de.javagl.sampling.list - package de.javagl.sampling.list
Classes related to sampling elements from lists.

E

extractChunk(List<? extends T>, int, int) - Static method in class de.javagl.sampling.list.ListSplitting
Virtually splits the given list into the given number of chunks, and returns an unmodifiable view on the chunk with the given index.
extractChunks(List<T>, int) - Static method in class de.javagl.sampling.list.ListSplitting
Creates a stream that provides the given number of chunks from the given list, in form of unmodifiable lists.

L

ListSampler - Interface in de.javagl.sampling.list
Interface for classes that may provide samples from a given list.
ListSamplers - Class in de.javagl.sampling.list
Factory- and utility methods for ListSampler instances.
ListSampling - Class in de.javagl.sampling.list
Methods to create random samples from lists
ListSlidingWindows - Class in de.javagl.sampling.list
Methods to create streams of lists that are sliding window views on other lists.
ListSplitting - Class in de.javagl.sampling.list
Methods to split lists.

O

omitChunk(List<? extends T>, int, int) - Static method in class de.javagl.sampling.list.ListSplitting
Virtually splits the given list into the given number of chunks, and returns an unmodifiable view on the list, omitting the chunk with the given index.
omitChunks(List<T>, int) - Static method in class de.javagl.sampling.list.ListSplitting
Creates a stream that provides lists where chunks of the given list are omitted, in form of unmodifiable lists.
C D E L O 
Skip navigation links

Copyright © 2018. All rights reserved.