AbstractConfigHashSet

A special, abstract container for the graph-structured stack

Constructors

this
this(size_t function(Object o) @(trusted) nothrow hashOfFp, bool function(Object a, Object b) opEqualsFp)
Undocumented in source.
this
this(size_t function(Object o) @(trusted) nothrow hashOfFp, bool function(Object a, Object b) opEqualsFp, int initialCapacity, int initialBucketCapacity)
Undocumented in source.

Members

Functions

createBucket
ATNConfig[] createBucket(int capacity)

@uml @override

createBuckets
ATNConfig[][] createBuckets(int capacity)

@uml @override

Meta