Documentation
¶
Index ¶
- type FrontMiddleBackQueue
- func (this *FrontMiddleBackQueue) PopBack() int
- func (this *FrontMiddleBackQueue) PopFront() int
- func (this *FrontMiddleBackQueue) PopMiddle() int
- func (this *FrontMiddleBackQueue) PushBack(val int)
- func (this *FrontMiddleBackQueue) PushFront(val int)
- func (this *FrontMiddleBackQueue) PushMiddle(val int)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FrontMiddleBackQueue ¶
type FrontMiddleBackQueue struct { }
func Constructor ¶
func Constructor() FrontMiddleBackQueue
func (*FrontMiddleBackQueue) PopBack ¶
func (this *FrontMiddleBackQueue) PopBack() int
func (*FrontMiddleBackQueue) PopFront ¶
func (this *FrontMiddleBackQueue) PopFront() int
func (*FrontMiddleBackQueue) PopMiddle ¶
func (this *FrontMiddleBackQueue) PopMiddle() int
func (*FrontMiddleBackQueue) PushBack ¶
func (this *FrontMiddleBackQueue) PushBack(val int)
func (*FrontMiddleBackQueue) PushFront ¶
func (this *FrontMiddleBackQueue) PushFront(val int)
func (*FrontMiddleBackQueue) PushMiddle ¶
func (this *FrontMiddleBackQueue) PushMiddle(val int)
Click to show internal directories.
Click to hide internal directories.