| Network.Sim.Miscellaneous Namespace |
| Class | Description | |
|---|---|---|
| CappedQueueT |
Represents a first-in, first-out collection of objects, optionally with
a maximum threshold.
| |
| Crc32 |
Implements a 32-bit CRC hash algorithm compatible with Zip etc.
| |
| Hash |
Provides various hashing utility methods.
| |
| TupleListT1, T2 |
A list of 2-tuple elements.
| |
| UnionFind |
Implements a very simple union-find data structure.
|
| Interface | Description | |
|---|---|---|
| Serializable |
Represents a class which can be serialized into a sequence of bytes.
|