Class Summary |
Cache |
Implements a cache parameterized by size and associativity. |
CatHashSet |
A set that contains categories. |
CatList |
A list that contains categories. |
CatStack |
A stack that contains categories. |
Debug |
Debugging aid |
GrokSet |
A special implementation of sets. |
GroupMap |
A map where putting a value does not replace an old value but is rather
included in a group of values for that one key. |
Hooks |
A central location to store hooks and to call them. |
IntHashSetMap |
A map from ints to HashSets which allows objects with the same key to be
added without overriding previous puts. |
Module |
A central resource for choosing modules based on the interfaces they
implement. |
Params |
A central location to store and manage parameters that may or may not be
user definable. |
SlashCatPair |
A pair that contains a slash and a category. |
SlashList |
A list that contains categories. |
SlashStack |
A stack that contains slashes. |