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 NewLinkedQueue ¶
func NewLinkedQueue() *LinkedQueue
func (*LinkedQueue) Add ¶
func (queue *LinkedQueue) Add(value *jsonObj.JsonObject)
func (*LinkedQueue) Len ¶
func (queue *LinkedQueue) Len() int
func (*LinkedQueue) Remove ¶
func (queue *LinkedQueue) Remove() *jsonObj.JsonObject
Click to show internal directories.
Click to hide internal directories.