Documentation ¶
Index ¶
- type HashMap
- func (m *HashMap) Clear()
- func (m *HashMap) Count(matchFunc matchFunc) int
- func (m *HashMap) Delete(k gotypes.K) *HashMap
- func (m *HashMap) Filter(matchFunc matchFunc) *HashMap
- func (m *HashMap) ForEach(eachFunc eachFunc)
- func (m *HashMap) Get(k gotypes.K) gotypes.V
- func (m *HashMap) Key(k gotypes.K) bool
- func (m *HashMap) Keys() *hashset.HashSet
- func (m *HashMap) Map(mapFunc mapFunc) *HashMap
- func (m *HashMap) MatchAll(matchFunc matchFunc) bool
- func (m *HashMap) MatchAny(matchFunc matchFunc) bool
- func (m *HashMap) MatchNone(matchFunc matchFunc) bool
- func (m *HashMap) Put(k gotypes.K, v gotypes.V) *HashMap
- func (m *HashMap) Reduce(val gotypes.E, reduceFunc reduceFunc) gotypes.E
- func (m *HashMap) Size() int
- func (m *HashMap) Value(v gotypes.V) bool
- func (m *HashMap) Values() *arraylist.ArrayList
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.