Click or drag to resize
Network.Sim.Miscellaneous Namespace
The Network.Sim.Miscellaneous namespace contains utility and generic data types needed by various components of the simulation.
Classes
  ClassDescription
Public classCappedQueueT
Represents a first-in, first-out collection of objects, optionally with a maximum threshold.
Public classCrc32
Implements a 32-bit CRC hash algorithm compatible with Zip etc.
Public classHash
Provides various hashing utility methods.
Public classTupleListT1, T2
A list of 2-tuple elements.
Public classUnionFind
Implements a very simple union-find data structure.
Interfaces
  InterfaceDescription
Public interfaceSerializable
Represents a class which can be serialized into a sequence of bytes.