Просмотр исходного кода

converting README.md to java project

Leon 6 лет назад
Родитель
Сommit
8810a1e2f5
8 измененных файлов: 302 добавлений и 0 удалений
  1. 1
    0
      .idea/.name
  2. 6
    0
      .idea/compiler.xml
  3. 83
    0
      .idea/misc.xml
  4. 8
    0
      .idea/modules.xml
  5. 6
    0
      .idea/vcs.xml
  6. 177
    0
      .idea/workspace.xml
  7. 9
    0
      CR-MesoLabs-Collections-SinglyLinkedList.iml
  8. 12
    0
      pom.xml

+ 1
- 0
.idea/.name Просмотреть файл

@@ -0,0 +1 @@
1
+singlylinkedlist

+ 6
- 0
.idea/compiler.xml Просмотреть файл

@@ -0,0 +1,6 @@
1
+<?xml version="1.0" encoding="UTF-8"?>
2
+<project version="4">
3
+  <component name="CompilerConfiguration">
4
+    <bytecodeTargetLevel target="1.8" />
5
+  </component>
6
+</project>

+ 83
- 0
.idea/misc.xml Просмотреть файл

@@ -0,0 +1,83 @@
1
+<?xml version="1.0" encoding="UTF-8"?>
2
+<project version="4">
3
+  <component name="ProjectInspectionProfilesVisibleTreeState">
4
+    <entry key="Project Default">
5
+      <profile-state>
6
+        <expanded-state>
7
+          <State>
8
+            <id />
9
+          </State>
10
+        </expanded-state>
11
+        <selected-state>
12
+          <State>
13
+            <id>Android</id>
14
+          </State>
15
+        </selected-state>
16
+      </profile-state>
17
+    </entry>
18
+  </component>
19
+  <component name="ProjectRootManager" version="2" languageLevel="JDK_1_8" project-jdk-name="1.8" project-jdk-type="JavaSDK">
20
+    <output url="file://$PROJECT_DIR$/out" />
21
+  </component>
22
+  <component name="masterDetails">
23
+    <states>
24
+      <state key="GlobalLibrariesConfigurable.UI">
25
+        <settings>
26
+          <splitter-proportions>
27
+            <option name="proportions">
28
+              <list>
29
+                <option value="0.2" />
30
+              </list>
31
+            </option>
32
+          </splitter-proportions>
33
+        </settings>
34
+      </state>
35
+      <state key="JdkListConfigurable.UI">
36
+        <settings>
37
+          <last-edited>1.8</last-edited>
38
+          <splitter-proportions>
39
+            <option name="proportions">
40
+              <list>
41
+                <option value="0.2" />
42
+              </list>
43
+            </option>
44
+          </splitter-proportions>
45
+        </settings>
46
+      </state>
47
+      <state key="ProjectJDKs.UI">
48
+        <settings>
49
+          <last-edited>1.8</last-edited>
50
+          <splitter-proportions>
51
+            <option name="proportions">
52
+              <list>
53
+                <option value="0.2" />
54
+              </list>
55
+            </option>
56
+          </splitter-proportions>
57
+        </settings>
58
+      </state>
59
+      <state key="ProjectLibrariesConfigurable.UI">
60
+        <settings>
61
+          <splitter-proportions>
62
+            <option name="proportions">
63
+              <list>
64
+                <option value="0.2" />
65
+              </list>
66
+            </option>
67
+          </splitter-proportions>
68
+        </settings>
69
+      </state>
70
+      <state key="ScopeChooserConfigurable.UI">
71
+        <settings>
72
+          <splitter-proportions>
73
+            <option name="proportions">
74
+              <list>
75
+                <option value="0.2" />
76
+              </list>
77
+            </option>
78
+          </splitter-proportions>
79
+        </settings>
80
+      </state>
81
+    </states>
82
+  </component>
83
+</project>

+ 8
- 0
.idea/modules.xml Просмотреть файл

@@ -0,0 +1,8 @@
1
+<?xml version="1.0" encoding="UTF-8"?>
2
+<project version="4">
3
+  <component name="ProjectModuleManager">
4
+    <modules>
5
+      <module fileurl="file://$PROJECT_DIR$/CR-MesoLabs-Collections-SinglyLinkedList.iml" filepath="$PROJECT_DIR$/CR-MesoLabs-Collections-SinglyLinkedList.iml" />
6
+    </modules>
7
+  </component>
8
+</project>

+ 6
- 0
.idea/vcs.xml Просмотреть файл

@@ -0,0 +1,6 @@
1
+<?xml version="1.0" encoding="UTF-8"?>
2
+<project version="4">
3
+  <component name="VcsDirectoryMappings">
4
+    <mapping directory="" vcs="Git" />
5
+  </component>
6
+</project>

+ 177
- 0
.idea/workspace.xml Просмотреть файл

@@ -0,0 +1,177 @@
1
+<?xml version="1.0" encoding="UTF-8"?>
2
+<project version="4">
3
+  <component name="ChangeListManager">
4
+    <list default="true" id="4f0c6f35-1ac5-49ea-b41e-20445c07c5c6" name="Default" comment="" />
5
+    <ignored path="$PROJECT_DIR$/out/" />
6
+    <option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" />
7
+    <option name="TRACKING_ENABLED" value="true" />
8
+    <option name="SHOW_DIALOG" value="false" />
9
+    <option name="HIGHLIGHT_CONFLICTS" value="true" />
10
+    <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
11
+    <option name="LAST_RESOLUTION" value="IGNORE" />
12
+  </component>
13
+  <component name="ExecutionTargetManager" SELECTED_TARGET="default_target" />
14
+  <component name="ProjectFrameBounds">
15
+    <option name="y" value="23" />
16
+    <option name="width" value="1920" />
17
+    <option name="height" value="1053" />
18
+  </component>
19
+  <component name="PropertiesComponent">
20
+    <property name="settings.editor.selected.configurable" value="reference.projectsettings.compiler.javacompiler" />
21
+    <property name="project.structure.last.edited" value="Project" />
22
+    <property name="project.structure.proportion" value="0.0" />
23
+    <property name="project.structure.side.proportion" value="0.2" />
24
+  </component>
25
+  <component name="RunDashboard">
26
+    <option name="ruleStates">
27
+      <list>
28
+        <RuleState>
29
+          <option name="name" value="ConfigurationTypeDashboardGroupingRule" />
30
+        </RuleState>
31
+        <RuleState>
32
+          <option name="name" value="StatusDashboardGroupingRule" />
33
+        </RuleState>
34
+      </list>
35
+    </option>
36
+  </component>
37
+  <component name="RunManager">
38
+    <configuration default="true" type="#org.jetbrains.idea.devkit.run.PluginConfigurationType" factoryName="Plugin">
39
+      <module name="" />
40
+      <option name="VM_PARAMETERS" value="-Xmx512m -Xms256m -XX:MaxPermSize=250m -ea" />
41
+      <option name="PROGRAM_PARAMETERS" />
42
+      <predefined_log_file id="idea.log" enabled="true" />
43
+      <method />
44
+    </configuration>
45
+    <configuration default="true" type="Applet" factoryName="Applet">
46
+      <option name="HTML_USED" value="false" />
47
+      <option name="WIDTH" value="400" />
48
+      <option name="HEIGHT" value="300" />
49
+      <option name="POLICY_FILE" value="$APPLICATION_HOME_DIR$/bin/appletviewer.policy" />
50
+      <module />
51
+      <method />
52
+    </configuration>
53
+    <configuration default="true" type="Application" factoryName="Application">
54
+      <extension name="coverage" enabled="false" merge="false" sample_coverage="true" runner="idea" />
55
+      <option name="MAIN_CLASS_NAME" />
56
+      <option name="VM_PARAMETERS" />
57
+      <option name="PROGRAM_PARAMETERS" />
58
+      <option name="WORKING_DIRECTORY" value="$PROJECT_DIR$" />
59
+      <option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" />
60
+      <option name="ALTERNATIVE_JRE_PATH" />
61
+      <option name="ENABLE_SWING_INSPECTOR" value="false" />
62
+      <option name="ENV_VARIABLES" />
63
+      <option name="PASS_PARENT_ENVS" value="true" />
64
+      <module name="" />
65
+      <envs />
66
+      <method />
67
+    </configuration>
68
+    <configuration default="true" type="JUnit" factoryName="JUnit">
69
+      <extension name="coverage" enabled="false" merge="false" sample_coverage="true" runner="idea" />
70
+      <module name="" />
71
+      <option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" />
72
+      <option name="ALTERNATIVE_JRE_PATH" />
73
+      <option name="PACKAGE_NAME" />
74
+      <option name="MAIN_CLASS_NAME" />
75
+      <option name="METHOD_NAME" />
76
+      <option name="TEST_OBJECT" value="class" />
77
+      <option name="VM_PARAMETERS" value="-ea" />
78
+      <option name="PARAMETERS" />
79
+      <option name="WORKING_DIRECTORY" value="$MODULE_DIR$" />
80
+      <option name="ENV_VARIABLES" />
81
+      <option name="PASS_PARENT_ENVS" value="true" />
82
+      <option name="TEST_SEARCH_SCOPE">
83
+        <value defaultName="singleModule" />
84
+      </option>
85
+      <envs />
86
+      <patterns />
87
+      <method />
88
+    </configuration>
89
+    <configuration default="true" type="Remote" factoryName="Remote">
90
+      <option name="USE_SOCKET_TRANSPORT" value="true" />
91
+      <option name="SERVER_MODE" value="false" />
92
+      <option name="SHMEM_ADDRESS" value="javadebug" />
93
+      <option name="HOST" value="localhost" />
94
+      <option name="PORT" value="5005" />
95
+      <method />
96
+    </configuration>
97
+    <configuration default="true" type="TestNG" factoryName="TestNG">
98
+      <extension name="coverage" enabled="false" merge="false" sample_coverage="true" runner="idea" />
99
+      <module name="" />
100
+      <option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" />
101
+      <option name="ALTERNATIVE_JRE_PATH" />
102
+      <option name="SUITE_NAME" />
103
+      <option name="PACKAGE_NAME" />
104
+      <option name="MAIN_CLASS_NAME" />
105
+      <option name="METHOD_NAME" />
106
+      <option name="GROUP_NAME" />
107
+      <option name="TEST_OBJECT" value="CLASS" />
108
+      <option name="VM_PARAMETERS" value="-ea" />
109
+      <option name="PARAMETERS" />
110
+      <option name="WORKING_DIRECTORY" value="$MODULE_DIR$" />
111
+      <option name="OUTPUT_DIRECTORY" />
112
+      <option name="ANNOTATION_TYPE" />
113
+      <option name="ENV_VARIABLES" />
114
+      <option name="PASS_PARENT_ENVS" value="true" />
115
+      <option name="TEST_SEARCH_SCOPE">
116
+        <value defaultName="singleModule" />
117
+      </option>
118
+      <option name="USE_DEFAULT_REPORTERS" value="false" />
119
+      <option name="PROPERTIES_FILE" />
120
+      <envs />
121
+      <properties />
122
+      <listeners />
123
+      <method />
124
+    </configuration>
125
+  </component>
126
+  <component name="ShelveChangesManager" show_recycled="false">
127
+    <option name="remove_strategy" value="false" />
128
+  </component>
129
+  <component name="TaskManager">
130
+    <task active="true" id="Default" summary="Default task">
131
+      <changelist id="4f0c6f35-1ac5-49ea-b41e-20445c07c5c6" name="Default" comment="" />
132
+      <created>1515621994762</created>
133
+      <option name="number" value="Default" />
134
+      <option name="presentableId" value="Default" />
135
+      <updated>1515621994762</updated>
136
+    </task>
137
+    <servers />
138
+  </component>
139
+  <component name="ToolWindowManager">
140
+    <frame x="0" y="23" width="1920" height="1053" extended-state="6" />
141
+    <layout>
142
+      <window_info id="Palette" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="-1" side_tool="false" content_ui="tabs" />
143
+      <window_info id="TODO" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="6" side_tool="false" content_ui="tabs" />
144
+      <window_info id="Nl-Palette" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="-1" side_tool="false" content_ui="tabs" />
145
+      <window_info id="Palette&#9;" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="-1" side_tool="false" content_ui="tabs" />
146
+      <window_info id="Image Layers" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="-1" side_tool="false" content_ui="tabs" />
147
+      <window_info id="Capture Analysis" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="-1" side_tool="false" content_ui="tabs" />
148
+      <window_info id="Event Log" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="-1" side_tool="true" content_ui="tabs" />
149
+      <window_info id="Run" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="2" side_tool="false" content_ui="tabs" />
150
+      <window_info id="Version Control" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="-1" side_tool="false" content_ui="tabs" />
151
+      <window_info id="Properties" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="-1" side_tool="false" content_ui="tabs" />
152
+      <window_info id="Terminal" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="-1" side_tool="false" content_ui="tabs" />
153
+      <window_info id="Capture Tool" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="-1" side_tool="false" content_ui="tabs" />
154
+      <window_info id="Designer" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="-1" side_tool="false" content_ui="tabs" />
155
+      <window_info id="Project" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.25" sideWeight="0.5" order="0" side_tool="false" content_ui="combo" />
156
+      <window_info id="Structure" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.25" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
157
+      <window_info id="Ant Build" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.25" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
158
+      <window_info id="UI Designer" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="-1" side_tool="false" content_ui="tabs" />
159
+      <window_info id="Theme Preview" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="-1" side_tool="false" content_ui="tabs" />
160
+      <window_info id="Debug" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.4" sideWeight="0.5" order="3" side_tool="false" content_ui="tabs" />
161
+      <window_info id="Favorites" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="-1" side_tool="true" content_ui="tabs" />
162
+      <window_info id="Cvs" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.25" sideWeight="0.5" order="4" side_tool="false" content_ui="tabs" />
163
+      <window_info id="Hierarchy" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.25" sideWeight="0.5" order="2" side_tool="false" content_ui="combo" />
164
+      <window_info id="Message" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="0" side_tool="false" content_ui="tabs" />
165
+      <window_info id="Commander" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.4" sideWeight="0.5" order="0" side_tool="false" content_ui="tabs" />
166
+      <window_info id="Find" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
167
+      <window_info id="Inspection" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.4" sideWeight="0.5" order="5" side_tool="false" content_ui="tabs" />
168
+    </layout>
169
+  </component>
170
+  <component name="VcsContentAnnotationSettings">
171
+    <option name="myLimit" value="2678400000" />
172
+  </component>
173
+  <component name="XDebuggerManager">
174
+    <breakpoint-manager />
175
+    <watches-manager />
176
+  </component>
177
+</project>

+ 9
- 0
CR-MesoLabs-Collections-SinglyLinkedList.iml Просмотреть файл

@@ -0,0 +1,9 @@
1
+<?xml version="1.0" encoding="UTF-8"?>
2
+<module type="JAVA_MODULE" version="4">
3
+  <component name="NewModuleRootManager" inherit-compiler-output="true">
4
+    <exclude-output />
5
+    <content url="file://$MODULE_DIR$" />
6
+    <orderEntry type="inheritedJdk" />
7
+    <orderEntry type="sourceFolder" forTests="false" />
8
+  </component>
9
+</module>

+ 12
- 0
pom.xml Просмотреть файл

@@ -0,0 +1,12 @@
1
+<?xml version="1.0" encoding="UTF-8"?>
2
+<project xmlns="http://maven.apache.org/POM/4.0.0"
3
+         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4
+         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
5
+    <modelVersion>4.0.0</modelVersion>
6
+
7
+    <groupId>com.zipcodewilmington</groupId>
8
+    <artifactId>singlylinkedlist</artifactId>
9
+    <version>1.0-SNAPSHOT</version>
10
+
11
+
12
+</project>