TestStreamMap.java 176B

123456789101112131415
  1. package com.zipcodewilmington.lambdas;
  2. import org.junit.Test;
  3. /**
  4. * Created by leon on 5/24/17.
  5. */
  6. public class
  7. TestMapSyntax {
  8. @Test
  9. public void test() {
  10. }
  11. }