Quadcap Embeddable Server

Package com.quadcap.util.collections


Classes

class  com.quadcap.util.collections.ArrayQueue
 Implements the Queue interface using a growable array. More...

class  com.quadcap.util.collections.Cache
 This class manages a number of buffers on an underlying store. More...

class  com.quadcap.util.collections.Cacheable
 The construction of these objects needs to be managed by the cache object. More...

class  com.quadcap.util.collections.DiGraph
 A simple implementation of a directed graph of Objects. More...

class  com.quadcap.util.collections.DiGraph.Node
class  com.quadcap.util.collections.DiGraph.NodeIterator
class  com.quadcap.util.collections.IntMap
 A map with integer keys. More...

class  com.quadcap.util.collections.IntMap.Entry
class  com.quadcap.util.collections.IntMap.IntMapIterator
interface  com.quadcap.util.collections.Queue
 This class implements a queue with a capacity. More...