Cerberus X Documentation

Module cerberus.set

The set module provides support for sets, collections of ordered objects. More...

Declarations

Imports
cerberus.map The map module provides support for associative maps.
Imported By
cerberus
Please note that only documented modules are listed here, there might be undocumented modules that import this one.
Classes
FloatSet FloatSet is a convenience class for managing sets of floats.
IntSet IntSet is a convenience class for managing sets of ints.
Set A set is a container style object that provides a mechanism for keeping track of a number of objects.
StringSet StringSet is a convenience class for managing sets of strings.

Detailed Discussion

The set module provides support for sets, collections of ordered objects.

In addition to the generic Set class, the set module also provides utility classes for handling sets of ints, floats and strings.

Please Refer to the Set class for more information on how cerberus implements sets.