Browse Source

InProgress

pchai7 5 years ago
parent
commit
34d307cecf

BIN
.DS_Store View File


+ 3
- 0
.idea/dictionaries/chaitalipatel.xml View File

@@ -0,0 +1,3 @@
1
+<component name="ProjectDictionaryState">
2
+  <dictionary name="chaitalipatel" />
3
+</component>

+ 4
- 0
.idea/encodings.xml View File

@@ -0,0 +1,4 @@
1
+<?xml version="1.0" encoding="UTF-8"?>
2
+<project version="4">
3
+  <component name="Encoding" addBOMForNewFiles="with NO BOM" />
4
+</project>

.idea/libraries/Maven__junit_junit_4_13_beta_1.xml → .idea/libraries/Maven__junit_junit_4_13_beta_3.xml View File

@@ -1,13 +1,13 @@
1 1
 <component name="libraryTable">
2
-  <library name="Maven: junit:junit:4.13-beta-1">
2
+  <library name="Maven: junit:junit:4.13-beta-3">
3 3
     <CLASSES>
4
-      <root url="jar://$MAVEN_REPOSITORY$/junit/junit/4.13-beta-1/junit-4.13-beta-1.jar!/" />
4
+      <root url="jar://$MAVEN_REPOSITORY$/junit/junit/4.13-beta-3/junit-4.13-beta-3.jar!/" />
5 5
     </CLASSES>
6 6
     <JAVADOC>
7
-      <root url="jar://$MAVEN_REPOSITORY$/junit/junit/4.13-beta-1/junit-4.13-beta-1-javadoc.jar!/" />
7
+      <root url="jar://$MAVEN_REPOSITORY$/junit/junit/4.13-beta-3/junit-4.13-beta-3-javadoc.jar!/" />
8 8
     </JAVADOC>
9 9
     <SOURCES>
10
-      <root url="jar://$MAVEN_REPOSITORY$/junit/junit/4.13-beta-1/junit-4.13-beta-1-sources.jar!/" />
10
+      <root url="jar://$MAVEN_REPOSITORY$/junit/junit/4.13-beta-3/junit-4.13-beta-3-sources.jar!/" />
11 11
     </SOURCES>
12 12
   </library>
13 13
 </component>

+ 1
- 4
.idea/misc.xml View File

@@ -7,10 +7,7 @@
7 7
       </list>
8 8
     </option>
9 9
   </component>
10
-  <component name="ProjectDictionaryState">
11
-    <dictionary name="chaitalipatel" />
12
-  </component>
13
-  <component name="ProjectRootManager" version="2" languageLevel="JDK_1_8" project-jdk-name="1.8" project-jdk-type="JavaSDK">
10
+  <component name="ProjectRootManager" version="2" languageLevel="JDK_1_8" project-jdk-name="1.8.0_181" project-jdk-type="JavaSDK">
14 11
     <output url="file://$PROJECT_DIR$/classes" />
15 12
   </component>
16 13
 </project>

+ 102
- 59
.idea/workspace.xml View File

@@ -2,27 +2,14 @@
2 2
 <project version="4">
3 3
   <component name="ChangeListManager">
4 4
     <list default="true" id="cc34fc27-1373-44ef-9539-38292d0c2fb1" name="Default Changelist" comment="">
5
-      <change beforePath="$PROJECT_DIR$/.idea/compiler.xml" beforeDir="false" />
6
-      <change beforePath="$PROJECT_DIR$/.idea/kotlinc.xml" beforeDir="false" />
7
-      <change beforePath="$PROJECT_DIR$/.idea/libraries/Maven__junit_junit_4_12.xml" beforeDir="false" />
8
-      <change beforePath="$PROJECT_DIR$/.idea/libraries/Maven__org_hamcrest_hamcrest_core_1_3.xml" beforeDir="false" />
9
-      <change beforePath="$PROJECT_DIR$/.idea/misc.xml" beforeDir="false" />
10
-      <change beforePath="$PROJECT_DIR$/.idea/modules.xml" beforeDir="false" />
11
-      <change beforePath="$PROJECT_DIR$/.idea/uiDesigner.xml" beforeDir="false" />
12
-      <change beforePath="$PROJECT_DIR$/.idea/vcs.xml" beforeDir="false" />
5
+      <change afterPath="$PROJECT_DIR$/.idea/dictionaries/chaitalipatel.xml" afterDir="false" />
6
+      <change afterPath="$PROJECT_DIR$/.idea/encodings.xml" afterDir="false" />
7
+      <change beforePath="$PROJECT_DIR$/.idea/libraries/Maven__junit_junit_4_13_beta_1.xml" beforeDir="false" />
8
+      <change beforePath="$PROJECT_DIR$/.idea/libraries/Maven__junit_junit_4_13_beta_1.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/libraries/Maven__junit_junit_4_13_beta_3.xml" afterDir="false" />
9
+      <change beforePath="$PROJECT_DIR$/.idea/misc.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/misc.xml" afterDir="false" />
13 10
       <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
14
-      <change beforePath="$PROJECT_DIR$/pom.xml" beforeDir="false" afterPath="$PROJECT_DIR$/pom.xml" afterDir="false" />
15
-      <change beforePath="$PROJECT_DIR$/src/main/java/com/zipcodewilmington/streams/StreamFilter.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/zipcodewilmington/streams/StreamFilter.java" afterDir="false" />
16
-      <change beforePath="$PROJECT_DIR$/src/main/java/com/zipcodewilmington/streams/anthropoid/PersonFactory.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/zipcodewilmington/streams/anthropoid/PersonFactory.java" afterDir="false" />
17
-      <change beforePath="$PROJECT_DIR$/src/main/java/com/zipcodewilmington/streams/anthropoid/PersonWarehouse.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/zipcodewilmington/streams/anthropoid/PersonWarehouse.java" afterDir="false" />
18
-      <change beforePath="$PROJECT_DIR$/src/main/java/com/zipcodewilmington/streams/conversions/ArrayConverter.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/zipcodewilmington/streams/conversions/ArrayConverter.java" afterDir="false" />
19
-      <change beforePath="$PROJECT_DIR$/target/PersonWarehouse.leonlog" beforeDir="false" afterPath="$PROJECT_DIR$/target/PersonWarehouse.leonlog" afterDir="false" />
20
-      <change beforePath="$PROJECT_DIR$/target/classes/com/zipcodewilmington/streams/StreamFilter.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/zipcodewilmington/streams/StreamFilter.class" afterDir="false" />
21
-      <change beforePath="$PROJECT_DIR$/target/classes/com/zipcodewilmington/streams/anthropoid/PersonFactory.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/zipcodewilmington/streams/anthropoid/PersonFactory.class" afterDir="false" />
22
-      <change beforePath="$PROJECT_DIR$/target/classes/com/zipcodewilmington/streams/anthropoid/PersonWarehouse.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/zipcodewilmington/streams/anthropoid/PersonWarehouse.class" afterDir="false" />
23
-      <change beforePath="$PROJECT_DIR$/target/classes/com/zipcodewilmington/streams/conversions/ArrayConverter.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/zipcodewilmington/streams/conversions/ArrayConverter.class" afterDir="false" />
24
-      <change beforePath="$PROJECT_DIR$/target/global.leonlog" beforeDir="false" afterPath="$PROJECT_DIR$/target/global.leonlog" afterDir="false" />
25
-      <change beforePath="$PROJECT_DIR$/target/test-classes/com/zipcodewilmington/streams/TestStreamMap.class" beforeDir="false" />
11
+      <change beforePath="$PROJECT_DIR$/looptest.iml" beforeDir="false" afterPath="$PROJECT_DIR$/looptest.iml" afterDir="false" />
12
+      <change beforePath="$PROJECT_DIR$/src/main/java/com/zipcodewilmington/streams/StreamMap.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/zipcodewilmington/streams/StreamMap.java" afterDir="false" />
26 13
     </list>
27 14
     <ignored path="$PROJECT_DIR$/target/" />
28 15
     <option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" />
@@ -31,30 +18,56 @@
31 18
     <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
32 19
     <option name="LAST_RESOLUTION" value="IGNORE" />
33 20
   </component>
34
-  <component name="FUSProjectUsageTrigger">
35
-    <session id="-1683267985">
36
-      <usages-collector id="statistics.lifecycle.project">
37
-        <counts>
38
-          <entry key="project.closed" value="1" />
39
-          <entry key="project.open.time.2" value="1" />
40
-          <entry key="project.opened" value="1" />
41
-        </counts>
42
-      </usages-collector>
43
-    </session>
21
+  <component name="FileEditorManager">
22
+    <leaf>
23
+      <file pinned="false" current-in-tab="false">
24
+        <entry file="file://$PROJECT_DIR$/src/main/java/com/zipcodewilmington/streams/StreamFilter.java">
25
+          <provider selected="true" editor-type-id="text-editor">
26
+            <state relative-caret-position="-337">
27
+              <caret line="20" column="35" selection-start-line="20" selection-start-column="35" selection-end-line="20" selection-end-column="35" />
28
+              <folding>
29
+                <element signature="imports" expanded="true" />
30
+              </folding>
31
+            </state>
32
+          </provider>
33
+        </entry>
34
+      </file>
35
+      <file pinned="false" current-in-tab="true">
36
+        <entry file="file://$PROJECT_DIR$/src/main/java/com/zipcodewilmington/streams/StreamMap.java">
37
+          <provider selected="true" editor-type-id="text-editor">
38
+            <state relative-caret-position="315">
39
+              <caret line="21" column="5" selection-start-line="21" selection-start-column="5" selection-end-line="21" selection-end-column="5" />
40
+              <folding>
41
+                <element signature="imports" expanded="true" />
42
+                <element signature="e#550#551#0" expanded="true" />
43
+                <element signature="e#591#599#0" expanded="true" />
44
+                <element signature="e#613#614#0" expanded="true" />
45
+                <element signature="e#854#870#0" expanded="true" />
46
+                <element signature="e#1054#1055#0" expanded="true" />
47
+                <element signature="e#1142#1150#0" expanded="true" />
48
+                <element signature="e#1081#1082#0" expanded="true" />
49
+              </folding>
50
+            </state>
51
+          </provider>
52
+        </entry>
53
+      </file>
54
+    </leaf>
44 55
   </component>
45 56
   <component name="Git.Settings">
46 57
     <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
47 58
   </component>
48
-  <component name="JsBuildToolGruntFileManager" detection-done="true" sorting="DEFINITION_ORDER" />
49
-  <component name="JsBuildToolPackageJson" detection-done="true" sorting="DEFINITION_ORDER" />
50
-  <component name="JsGulpfileManager">
51
-    <detection-done>true</detection-done>
52
-    <sorting>DEFINITION_ORDER</sorting>
59
+  <component name="IdeDocumentHistory">
60
+    <option name="CHANGED_PATHS">
61
+      <list>
62
+        <option value="$PROJECT_DIR$/src/main/java/com/zipcodewilmington/streams/StreamMap.java" />
63
+      </list>
64
+    </option>
53 65
   </component>
54
-  <component name="ProjectFrameBounds" extendedState="6">
66
+  <component name="ProjectFrameBounds">
67
+    <option name="x" value="33" />
55 68
     <option name="y" value="23" />
56
-    <option name="width" value="1280" />
57
-    <option name="height" value="713" />
69
+    <option name="width" value="1247" />
70
+    <option name="height" value="777" />
58 71
   </component>
59 72
   <component name="ProjectInspectionProfilesVisibleTreeState">
60 73
     <entry key="Project Default">
@@ -106,7 +119,6 @@
106 119
       <foldersAlwaysOnTop value="true" />
107 120
     </navigator>
108 121
     <panes>
109
-      <pane id="Scope" />
110 122
       <pane id="ProjectPane">
111 123
         <subPane>
112 124
           <expand>
@@ -145,6 +157,7 @@
145 157
         </subPane>
146 158
       </pane>
147 159
       <pane id="PackagesPane" />
160
+      <pane id="Scope" />
148 161
     </panes>
149 162
   </component>
150 163
   <component name="PropertiesComponent">
@@ -178,26 +191,25 @@
178 191
       <option name="presentableId" value="Default" />
179 192
       <updated>1546556083546</updated>
180 193
       <workItem from="1546556086467" duration="14000" />
194
+      <workItem from="1561245295678" duration="186000" />
181 195
     </task>
182 196
     <servers />
183 197
   </component>
184 198
   <component name="TimeTrackingManager">
185
-    <option name="totallyTimeSpent" value="14000" />
199
+    <option name="totallyTimeSpent" value="200000" />
186 200
   </component>
187 201
   <component name="ToolWindowManager">
188
-    <frame x="0" y="23" width="1280" height="713" extended-state="6" />
202
+    <frame x="33" y="23" width="1247" height="777" extended-state="6" />
203
+    <editor active="true" />
189 204
     <layout>
190
-      <window_info id="Image Layers" />
191
-      <window_info id="Designer" />
192
-      <window_info id="UI Designer" />
193
-      <window_info id="Capture Tool" />
194
-      <window_info id="Favorites" side_tool="true" />
195
-      <window_info active="true" content_ui="combo" id="Project" order="0" visible="true" weight="0.24959612" />
205
+      <window_info active="true" content_ui="combo" id="Project" order="0" visible="true" weight="0.25394192" />
196 206
       <window_info id="Structure" order="1" side_tool="true" weight="0.25" />
197
-      <window_info anchor="bottom" id="Database Changes" show_stripe_button="false" />
198
-      <window_info anchor="bottom" id="Version Control" show_stripe_button="false" />
199
-      <window_info anchor="bottom" id="Terminal" />
200
-      <window_info anchor="bottom" id="Event Log" side_tool="true" />
207
+      <window_info id="Image Layers" order="2" />
208
+      <window_info id="Designer" order="3" />
209
+      <window_info id="UI Designer" order="4" />
210
+      <window_info id="Capture Tool" order="5" />
211
+      <window_info id="Favorites" order="6" side_tool="true" />
212
+      <window_info anchor="bottom" id="Docker" show_stripe_button="false" />
201 213
       <window_info anchor="bottom" id="Message" order="0" />
202 214
       <window_info anchor="bottom" id="Find" order="1" />
203 215
       <window_info anchor="bottom" id="Run" order="2" />
@@ -205,22 +217,53 @@
205 217
       <window_info anchor="bottom" id="Cvs" order="4" weight="0.25" />
206 218
       <window_info anchor="bottom" id="Inspection" order="5" weight="0.4" />
207 219
       <window_info anchor="bottom" id="TODO" order="6" />
208
-      <window_info anchor="right" id="Palette" />
209
-      <window_info anchor="right" id="Theme Preview" />
210
-      <window_info anchor="right" id="Capture Analysis" />
211
-      <window_info anchor="right" id="Palette&#9;" />
212
-      <window_info anchor="right" id="Database" />
213
-      <window_info anchor="right" id="Maven Projects" />
220
+      <window_info anchor="bottom" id="Database Changes" order="7" show_stripe_button="false" />
221
+      <window_info anchor="bottom" id="Terminal" order="8" />
222
+      <window_info anchor="bottom" id="Event Log" order="9" side_tool="true" />
223
+      <window_info anchor="bottom" id="Version Control" order="10" show_stripe_button="false" />
224
+      <window_info anchor="right" id="Maven" />
214 225
       <window_info anchor="right" id="Commander" internal_type="SLIDING" order="0" type="SLIDING" weight="0.4" />
215 226
       <window_info anchor="right" id="Ant Build" order="1" weight="0.25" />
216 227
       <window_info anchor="right" content_ui="combo" id="Hierarchy" order="2" weight="0.25" />
228
+      <window_info anchor="right" id="Palette" order="3" />
229
+      <window_info anchor="right" id="Capture Analysis" order="4" />
230
+      <window_info anchor="right" id="Theme Preview" order="5" />
231
+      <window_info anchor="right" id="Palette&#9;" order="6" />
232
+      <window_info anchor="right" id="Database" order="7" />
233
+      <window_info anchor="right" id="Maven Projects" order="8" />
217 234
     </layout>
218 235
   </component>
219 236
   <component name="TypeScriptGeneratedFilesManager">
220 237
     <option name="version" value="1" />
221 238
   </component>
222
-  <component name="VcsContentAnnotationSettings">
223
-    <option name="myLimit" value="2678400000" />
239
+  <component name="editorHistoryManager">
240
+    <entry file="file://$PROJECT_DIR$/src/main/java/com/zipcodewilmington/streams/StreamFilter.java">
241
+      <provider selected="true" editor-type-id="text-editor">
242
+        <state relative-caret-position="-337">
243
+          <caret line="20" column="35" selection-start-line="20" selection-start-column="35" selection-end-line="20" selection-end-column="35" />
244
+          <folding>
245
+            <element signature="imports" expanded="true" />
246
+          </folding>
247
+        </state>
248
+      </provider>
249
+    </entry>
250
+    <entry file="file://$PROJECT_DIR$/src/main/java/com/zipcodewilmington/streams/StreamMap.java">
251
+      <provider selected="true" editor-type-id="text-editor">
252
+        <state relative-caret-position="315">
253
+          <caret line="21" column="5" selection-start-line="21" selection-start-column="5" selection-end-line="21" selection-end-column="5" />
254
+          <folding>
255
+            <element signature="imports" expanded="true" />
256
+            <element signature="e#550#551#0" expanded="true" />
257
+            <element signature="e#591#599#0" expanded="true" />
258
+            <element signature="e#613#614#0" expanded="true" />
259
+            <element signature="e#854#870#0" expanded="true" />
260
+            <element signature="e#1054#1055#0" expanded="true" />
261
+            <element signature="e#1142#1150#0" expanded="true" />
262
+            <element signature="e#1081#1082#0" expanded="true" />
263
+          </folding>
264
+        </state>
265
+      </provider>
266
+    </entry>
224 267
   </component>
225 268
   <component name="masterDetails">
226 269
     <states>

+ 1
- 1
looptest.iml View File

@@ -11,6 +11,6 @@
11 11
     <orderEntry type="inheritedJdk" />
12 12
     <orderEntry type="sourceFolder" forTests="false" />
13 13
     <orderEntry type="library" scope="TEST" name="Maven: org.hamcrest:hamcrest-core:1.3" level="project" />
14
-    <orderEntry type="library" scope="TEST" name="Maven: junit:junit:4.13-beta-1" level="project" />
14
+    <orderEntry type="library" scope="TEST" name="Maven: junit:junit:4.13-beta-3" level="project" />
15 15
   </component>
16 16
 </module>

+ 3
- 3
src/main/java/com/zipcodewilmington/streams/StreamMap.java View File

@@ -18,7 +18,7 @@ public class StreamMap {
18 18
      * @return - a Stream of single characters
19 19
      */ //TODO
20 20
     public static Stream<String> letters(String someWord) {
21
-        return null;
21
+        return Stream.<String>builder().build();
22 22
     }
23 23
 
24 24
     /**
@@ -26,7 +26,7 @@ public class StreamMap {
26 26
      * @return - a Stream of several Streams of single characters
27 27
      */ //TODO
28 28
     public static Stream<Stream<String>> wordsMap(String... someWords) {
29
-        return null;
29
+        return Stream.<Stream<String>>builder().build();
30 30
     }
31 31
 
32 32
     /**
@@ -34,6 +34,6 @@ public class StreamMap {
34 34
      * @return - a Stream of several Streams of single characters
35 35
      */ //TODO
36 36
     public static Stream<String> wordsFlatMap(String... stringArray) {
37
-        return null;
37
+        return Stream.<String>builder().build();
38 38
     }
39 39
 }