A new version of Page Tagger is now available. Grab it now from here or the Wordpress plugin repository.
Also, I've put up a few Java classes I wrote a while back as a small library called Common-Utils. Included within are the following:
- ArrayUtils - Utility methods to fill an array with a given value or check if it contains a given value.
- DynamicArray - A resizable "static" array for when you don't quite need the full flexibility of ArrayList.
- NonMutableIterator - Wraps around a normal Iterator and disables use of the remove method.