<feed xmlns='http://www.w3.org/2005/Atom'>
<title>esodata.git/src/main/java/bjc/data/ResettableIterator.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>GPLize project</title>
<updated>2022-09-27T23:09:11+00:00</updated>
<author>
<name>Ben Culkin</name>
<email>scorpress@gmail.com</email>
</author>
<published>2022-09-27T23:09:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ashardalon.com/esodata.git/commit/?id=2442e05e638a61dd1bfbd6b95cb3544b6a327af9'/>
<id>2442e05e638a61dd1bfbd6b95cb3544b6a327af9</id>
<content type='text'>
Finally deciding to move things into a proper license; which I can do
since I've never accepted (or had :( ) a pull request from another
person</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Finally deciding to move things into a proper license; which I can do
since I've never accepted (or had :( ) a pull request from another
person</pre>
</div>
</content>
</entry>
<entry>
<title>Update iterator capabilities</title>
<updated>2022-08-17T03:04:56+00:00</updated>
<author>
<name>Ben Culkin</name>
<email>scorpress@gmail.com</email>
</author>
<published>2022-08-17T03:04:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ashardalon.com/esodata.git/commit/?id=e43dc808d7304b90327c1def4452f6e3d9946983'/>
<id>e43dc808d7304b90327c1def4452f6e3d9946983</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Formatting cleanup</title>
<updated>2020-11-09T23:53:43+00:00</updated>
<author>
<name>Ben Culkin</name>
<email>scorpress@gmail.com</email>
</author>
<published>2020-11-09T23:53:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ashardalon.com/esodata.git/commit/?id=6340caa7ec15be51c6d633a0519f3e0c76b25241'/>
<id>6340caa7ec15be51c6d633a0519f3e0c76b25241</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add ResettableIterator</title>
<updated>2020-10-07T00:12:14+00:00</updated>
<author>
<name>Ben Culkin</name>
<email>scorpress@gmail.com</email>
</author>
<published>2020-10-07T00:12:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ashardalon.com/esodata.git/commit/?id=3460b2c0c571a61068f664adc5a1b97f6a24cdcc'/>
<id>3460b2c0c571a61068f664adc5a1b97f6a24cdcc</id>
<content type='text'>
Adds ResettableIterator, an iterator type which caches the elements it
iterates over, so as to allow you to re-iterate over them at your
leisure.

Note that because this works by caching, it can consume large amounts of
memory if used on large iterators.

In general, I would suggest only using this on medium-sized or smaller
iterators you know you want to re-iterate over.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Adds ResettableIterator, an iterator type which caches the elements it
iterates over, so as to allow you to re-iterate over them at your
leisure.

Note that because this works by caching, it can consume large amounts of
memory if used on large iterators.

In general, I would suggest only using this on medium-sized or smaller
iterators you know you want to re-iterate over.
</pre>
</div>
</content>
</entry>
</feed>
