Package org.mozdev.MacroTracker.toolkit.DataStructure

Class Summary
NotifiableList<E> This is a special type of List that, whenever a item is added or removed, a event is fired.
SuperSet<E> A TreeSet with a efficient get(int) function.