com.quadcap.util.collections |
Interesting and useful collection classes:
|
Java Source File Name | Type | Comment |
ArrayQueue.java | Class | Implements the Queue interface using a growable array. |
Cache.java | Class | This class manages a number of buffers on an underlying store. |
Cacheable.java | Class | The construction of these objects needs to be managed by the
cache object. |
DiGraph.java | Class | A simple implementation of a directed graph of Objects. |
IntMap.java | Class | |
Queue.java | Interface | This class implements a queue with a capacity. |