Construct a new sequenced hash map with the specified initial size and default load factor
Namespace:
NHibernate.UtilAssembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Sub New ( _ capacity As Integer _ ) |
C# |
---|
public SequencedHashMap( int capacity ) |
Visual C++ |
---|
public: SequencedHashMap( int capacity ) |
JavaScript |
---|
NHibernate.Util.SequencedHashMap = function(capacity); |
Parameters
- capacity
- Type: System..::.Int32
the initial size for the hash table