Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LinkedQueue ¶
type LinkedQueue struct {
// contains filtered or unexported fields
}
func New ¶
func New() *LinkedQueue
func (*LinkedQueue) Dequeue ¶
func (q *LinkedQueue) Dequeue() (r types.T)
func (*LinkedQueue) Enqueue ¶
func (q *LinkedQueue) Enqueue(t types.T)
func (*LinkedQueue) IsEmpty ¶
func (q *LinkedQueue) IsEmpty() bool
func (*LinkedQueue) Size ¶
func (q *LinkedQueue) Size() int
Click to show internal directories.
Click to hide internal directories.