pull/104/head
own2pwn 5 years ago committed by GitHub
parent 729073a73c
commit 87aa46c680
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -460,7 +460,7 @@ func main() {
#### TreeMap
A [map](#maps) based on [red-black tree](#redblacktree). Keys are ordered ordered with respect to the [comparator](#comparator).
A [map](#maps) based on [red-black tree](#redblacktree). Keys are ordered with respect to the [comparator](#comparator).
Implements [Map](#maps), [IteratorWithKey](#iteratorwithkey), [EnumerableWithKey](#enumerablewithkey), [JSONSerializer](#jsonserializer) and [JSONDeserializer](#jsondeserializer) interfaces.

Loading…
Cancel
Save