Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ArrayQueue ¶
type ArrayQueue struct {
// contains filtered or unexported fields
}
func NewArrayQueue ¶
func NewArrayQueue(size ...int) *ArrayQueue
func (*ArrayQueue) Add ¶
func (aq *ArrayQueue) Add(d interface{}) error
func (*ArrayQueue) Get ¶
func (aq *ArrayQueue) Get() interface{}
func (*ArrayQueue) IsEmpty ¶
func (aq *ArrayQueue) IsEmpty() bool
func (*ArrayQueue) IsFull ¶
func (aq *ArrayQueue) IsFull() bool
func (*ArrayQueue) Size ¶
func (aq *ArrayQueue) Size() int
Click to show internal directories.
Click to hide internal directories.