Documentation
¶
Index ¶
- type HashMap
- func (hashMap *HashMap) Clear()
- func (hashMap *HashMap) Filter(filterFn func(k Key, v Value) bool) *HashMap
- func (hashMap *HashMap) ForEach(fn func(k Key, v Value))
- func (hashMap *HashMap) Get(key Key) Value
- func (hashMap *HashMap) Key(key Key) bool
- func (hashMap *HashMap) Keys() *set.HashSet
- func (hashMap *HashMap) Map(mapFn func(k Key, v Value) (Key, Value)) *HashMap
- func (hashMap *HashMap) MatchAll(matchAllFn func(k Key, v Value) bool) bool
- func (hashMap *HashMap) MatchAny(matchAnyFn func(k Key, v Value) bool) bool
- func (hashMap *HashMap) MatchNone(matchNoneFn func(k Key, v Value) bool) bool
- func (hashMap *HashMap) Put(key Key, value Value) *HashMap
- func (hashMap *HashMap) Size() int
- func (hashMap *HashMap) Value(value Value) bool
- func (hashMap *HashMap) Values() *list.ArrayList
- type Key
- type Value
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
}
define HashMap struct
Click to show internal directories.
Click to hide internal directories.