Method | Description | |
---|---|---|
BytesUsed ( ) : Lucene.Net.Util.Counter |
A Counter reference holding the number of bytes used by this BytesStartArray. The BytesRefHash uses this reference to track it memory usage
|
|
Clear ( ) : int[] |
clears the BytesStartArray and returns the cleared instance.
|
|
Grow ( ) : int[] |
Grows the BytesStartArray
|
|
Init ( ) : int[] |
Initializes the BytesStartArray. this call will allocate memory
|
public abstract BytesUsed ( ) : Lucene.Net.Util.Counter | ||
return | Lucene.Net.Util.Counter |