Documentation
¶
Index ¶
- type HashSet
- func (set *HashSet) Add(item interface{})
- func (set *HashSet) Clear()
- func (set *HashSet) Contains(item interface{}) bool
- func (set *HashSet) IsEmpty() bool
- func (set *HashSet) Iterator() <-chan interface{}
- func (set *HashSet) Remove(item interface{})
- func (set *HashSet) Size() int
- func (set *HashSet) ToArray() []interface{}
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HashSet ¶
type HashSet struct {
// contains filtered or unexported fields
}
func NewHashSet ¶
func NewHashSet() *HashSet
Click to show internal directories.
Click to hide internal directories.