<feed xmlns='http://www.w3.org/2005/Atom'>
<title>esodata.git/src/main/java/bjc/esodata/AbbrevMap.java, branch trunk</title>
<subtitle>Various data-structures, some more esoteric than others
</subtitle>
<link rel='alternate' type='text/html' href='https://git.ashardalon.com/esodata.git/'/>
<entry>
<title>Reimplement AbbrevMap, and implement Multimap</title>
<updated>2019-07-28T03:10:16+00:00</updated>
<author>
<name>bculkin2442</name>
<email>bjculkin@mix.wvu.edu</email>
</author>
<published>2019-07-28T03:10:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ashardalon.com/esodata.git/commit/?id=fadc9d01f662ab001d9fdd0fd92c5f0c177557cd'/>
<id>fadc9d01f662ab001d9fdd0fd92c5f0c177557cd</id>
<content type='text'>
This reimplements the old AbbrevMap structure as AbbrevMap2, and created
a new Multimap structure as a apart of it.

Multimap is exactly what it sounds like; a map that allows multiple
values for a given key. The only real thing that is different about it,
is that if you add a key-value pair multiple times, you'll have to
remove it multiple times.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reimplements the old AbbrevMap structure as AbbrevMap2, and created
a new Multimap structure as a apart of it.

Multimap is exactly what it sounds like; a map that allows multiple
values for a given key. The only real thing that is different about it,
is that if you add a key-value pair multiple times, you'll have to
remove it multiple times.
</pre>
</div>
</content>
</entry>
<entry>
<title>Clean up comments</title>
<updated>2019-07-02T22:25:30+00:00</updated>
<author>
<name>bculkin2442</name>
<email>bjculkin@mix.wvu.edu</email>
</author>
<published>2019-07-02T22:25:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ashardalon.com/esodata.git/commit/?id=3a56e3ee3f2f6069de5cf8d2bee81052bbf346e6'/>
<id>3a56e3ee3f2f6069de5cf8d2bee81052bbf346e6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename package root</title>
<updated>2019-07-02T22:05:22+00:00</updated>
<author>
<name>bculkin2442</name>
<email>bjculkin@mix.wvu.edu</email>
</author>
<published>2019-07-02T22:05:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ashardalon.com/esodata.git/commit/?id=843329de434bb334d90927c4d22345373a388530'/>
<id>843329de434bb334d90927c4d22345373a388530</id>
<content type='text'>
The package root is now bjc, not io.github.bculkin2442.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The package root is now bjc, not io.github.bculkin2442.
</pre>
</div>
</content>
</entry>
</feed>
