Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HashMap ¶
type HashMap struct {
// contains filtered or unexported fields
}
func NewHashMap ¶
func NewHashMap() *HashMap
func (*HashMap) GetIterator ¶
func (hm *HashMap) GetIterator() *HashMapIterator
type HashMapIterator ¶
type HashMapIterator struct {
// contains filtered or unexported fields
}
func (*HashMapIterator) Next ¶
func (iter *HashMapIterator) Next() (string, interface{}, bool)
Click to show internal directories.
Click to hide internal directories.