Table of Contents

Class NativeHashedBookkeeper<T>

Namespace
Zorro.Core
Assembly
Zorro.Core.Runtime.dll
public class NativeHashedBookkeeper<T> : NativeBookkeeper<T>, IDisposable, INativeBookkeeper where T : struct, IEquatable<T>

Type Parameters

T
Inheritance
NativeHashedBookkeeper<T>
Implements
Inherited Members
Extension Methods

Constructors

NativeHashedBookkeeper(int)

public NativeHashedBookkeeper(int defaultCapacity)

Parameters

defaultCapacity int

Fields

IndexHashMap

public BidirectionalNativeDictionary<T, int> IndexHashMap

Field Value

BidirectionalNativeDictionary<T, int>

Methods

Add(T)

public override int Add(T newEntry)

Parameters

newEntry T

Returns

int

HasKey(T)

public bool HasKey(T key)

Parameters

key T

Returns

bool

Remove(T)

public override BookkeperRemovalInfo Remove(T entry)

Parameters

entry T

Returns

BookkeperRemovalInfo