Object |
ListShuffleBenchmark.usingCollections(ListShuffleBenchmark.ListData data) |
Performs a shuffle using java.utils.Collections.
|
Object |
ListShuffleBenchmark.usingDirectRandomAccess(ListShuffleBenchmark.ListData data) |
Performs a direct shuffle on the list using JDK Collections method.
|
Object |
ListShuffleBenchmark.usingDirectRandomAccessDirectionalBidirectional(ListShuffleBenchmark.ListData data) |
Performs a direct shuffle on the list using JDK Collections method modified to handle
a directional shuffle from a start index.
|
Object |
ListShuffleBenchmark.usingDirectRandomAccessSublistBidirectional(ListShuffleBenchmark.ListData data) |
Performs a direct shuffle on the list using JDK Collections method modified to handle
a directional shuffle from a start index by extracting a sub-list.
|
Object |
ListShuffleBenchmark.usingListSampler(ListShuffleBenchmark.ListData data) |
Performs a shuffle using the current ListSampler shuffle.
|
Object |
ListShuffleBenchmark.usingListSamplerBidirectional(ListShuffleBenchmark.ListData data) |
Performs a shuffle using the current ListSampler shuffle.
|
Object |
ListShuffleBenchmark.usingPermutationSampler(ListShuffleBenchmark.ListData data) |
Performs a shuffle using ListSampler shuffle method from version 1.2 which delegates
to the PermuationSampler.
|
Object |
ListShuffleBenchmark.usingPermutationSamplerBidirectional(ListShuffleBenchmark.ListData data) |
Performs a shuffle using ListSampler shuffle method from version 1.2 which delegates
to the PermuationSampler.
|
Object |
ListShuffleBenchmark.usingPermutationSamplerRandomAccess(ListShuffleBenchmark.ListData data) |
Performs a shuffle using ListSampler shuffle method from version 1.2 which delegates
to the PermuationSampler.
|
Object |
ListShuffleBenchmark.usingPermutationSamplerRandomAccessBidirectional(ListShuffleBenchmark.ListData data) |
Performs a shuffle using ListSampler shuffle method from version 1.2 which delegates
to the PermuationSampler.
|