FastQueueT Properties |
The FastQueueT generic type exposes the following members.
Name | Description | |
---|---|---|
![]() | Count | |
![]() | Item |
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.
|
![]() | Range |
How deep have we gone?
|