Class HandleManagerConfiguration

java.lang.Object
me.datafox.dfxengine.handles.HandleManagerConfiguration

public class HandleManagerConfiguration extends Object

Configuration for HandleManagerImpl. Contains options on whether to use unordered (HashHandleSet and HashHandleMap) or ordered (TreeHandleSet and TreeHandleMap) collections in various parts of the Handles module. It also registers a default configuration as a Component that can be overridden when using the Injector module.

Summary: