BAEL-642 ClassToInstanceMap example (#1767)

* BAEL-642 ClassToInstanceMap example added

* BAEL-642 Improved example for ClassToInstanceMap

* Reverted change in pom.xml

* BAEL-642 Move the ClassToInstanceMap examples to guava module as unit tests
This commit is contained in:
Mateusz Mrozewski
2017-05-04 00:47:34 +04:00
committed by Zeger Hendrikse
parent 05807aebed
commit a623ddbf45
2 changed files with 71 additions and 1 deletions
@@ -9,7 +9,7 @@ import java.util.stream.IntStream;
import java.util.stream.LongStream;
import java.util.stream.Stream;
public class GauavaStreamsTests {
public class GuavaStreamsTests {
List<Integer> numbers;