mirror of
https://github.com/emirpasic/gods.git
synced 2026-06-13 15:56:35 +03:00
Add String() to comments for all structures
This commit is contained in:
@@ -30,4 +30,5 @@ type List interface {
|
||||
// Size() int
|
||||
// Clear()
|
||||
// Values() []interface{}
|
||||
// String() string
|
||||
}
|
||||
|
||||
@@ -29,6 +29,7 @@ type Map interface {
|
||||
// Size() int
|
||||
// Clear()
|
||||
// Values() []interface{}
|
||||
// String() string
|
||||
}
|
||||
|
||||
// BidiMap interface that all bidirectional maps implement (extends the Map interface)
|
||||
|
||||
@@ -25,4 +25,5 @@ type Set interface {
|
||||
// Size() int
|
||||
// Clear()
|
||||
// Values() []interface{}
|
||||
// String() string
|
||||
}
|
||||
|
||||
@@ -22,4 +22,5 @@ type Stack interface {
|
||||
// Size() int
|
||||
// Clear()
|
||||
// Values() []interface{}
|
||||
// String() string
|
||||
}
|
||||
|
||||
@@ -18,4 +18,5 @@ type Tree interface {
|
||||
// Size() int
|
||||
// Clear()
|
||||
// Values() []interface{}
|
||||
// String() string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user