Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ListQueue ¶
type ListQueue struct {
// contains filtered or unexported fields
}
type ListQueueInterface ¶
type ListQueueInterface interface { // 进队列 // @param interface{} EnQueue(interface{}) // 出队列 // @return interface{} DeQueue() interface{} }
Click to show internal directories.
Click to hide internal directories.