Class NativeHashedBookkeeper<T>
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
Methods
Add(T)
public override int Add(T newEntry)
Parameters
newEntry
T
Returns
HasKey(T)
public bool HasKey(T key)
Parameters
key
T
Returns
Remove(T)
public override BookkeperRemovalInfo Remove(T entry)
Parameters
entry
T