Click or drag to resize

FastQueueT Class

[Missing <summary> documentation for "T:Stimulsoft.Data.Expressions.Antlr.Runtime.Misc.FastQueue`1"]

Inheritance Hierarchy
SystemObject
  Stimulsoft.Data.Expressions.Antlr.Runtime.MiscFastQueueT
    Stimulsoft.Data.Expressions.Antlr.Runtime.MiscLookaheadStreamT

Namespace:  Stimulsoft.Data.Expressions.Antlr.Runtime.Misc
Assembly:  Stimulsoft.Data (in Stimulsoft.Data.dll) Version: 2019.3.1.0
Syntax
public class FastQueue<T>

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "T:Stimulsoft.Data.Expressions.Antlr.Runtime.Misc.FastQueue`1"]

The FastQueueT type exposes the following members.

Constructors
  NameDescription
Public methodFastQueueT
Initializes a new instance of the FastQueueT class
Top
Properties
  NameDescription
Public propertyCount
Public propertyItem
Return element {@code i} elements ahead of current element. {@code i==0} gets current element. This is not an absolute index into {@link #data} since {@code p} defines the start of the real list.
Public propertyRange
How deep have we gone?
Top
Methods
  NameDescription
Public methodClear
Public methodDequeue
Get and remove first element in queue
Public methodEnqueue
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodPeek
Public methodToString
Return string of current buffer contents; non-destructive
(Overrides ObjectToString.)
Top
See Also