public class AllAsListBenchmark extends Object
Modifier and Type | Class and Description |
---|---|
static class |
AllAsListBenchmark.Input |
Constructor and Description |
---|
AllAsListBenchmark() |
Modifier and Type | Method and Description |
---|---|
List<String> |
actual(AllAsListBenchmark.Input input) |
List<String> |
instantiateAndFor(AllAsListBenchmark.Input input) |
List<String> |
instantiateAndForeach(AllAsListBenchmark.Input input) |
static void |
main(String[] args) |
List<String> |
stream(AllAsListBenchmark.Input input) |
public List<String> actual(AllAsListBenchmark.Input input) throws Exception
Exception
public List<String> stream(AllAsListBenchmark.Input input) throws Exception
Exception
public List<String> instantiateAndFor(AllAsListBenchmark.Input input) throws Exception
Exception
public List<String> instantiateAndForeach(AllAsListBenchmark.Input input) throws Exception
Exception
Copyright © 2018 Spotify AB. All rights reserved.