Rename AddValue
This commit is contained in:
parent
d87e227ff3
commit
447a835b93
13 changed files with 61 additions and 61 deletions
|
|
@ -117,7 +117,7 @@ type Iterator interface {
|
|||
|
||||
type FixedIterator interface {
|
||||
Iterator
|
||||
AddValue(Value)
|
||||
Add(Value)
|
||||
}
|
||||
|
||||
type IteratorStats struct {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue