Documentation ¶
Index ¶
- type Queue
- func (q *Queue) Do(fn func(item interface{}))
- func (q *Queue) Get() (interface{}, bool)
- func (q *Queue) GetBack() (interface{}, bool)
- func (q *Queue) IsEmpty() bool
- func (q *Queue) Put(v interface{})
- func (q *Queue) PutFront(v interface{})
- func (q *Queue) PutFrontList(values []interface{})
- func (q *Queue) PutList(values []interface{})
- func (q *Queue) Qsize() int
- func (q *Queue) String() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Queue ¶
type Queue struct {
// contains filtered or unexported fields
}
func (*Queue) PutFrontList ¶
func (q *Queue) PutFrontList(values []interface{})
Click to show internal directories.
Click to hide internal directories.