Skip to content

Commit

Permalink
default java implementation -> fury java implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
wywen committed Oct 16, 2024
1 parent ee9a5fa commit 90108ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kotlin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ Fury Kotlin provides additional tests and implementation support for Kotlin type
Fury Kotlin is tested and works with the following types:

- primitives: `Byte`, `Boolean`, `Int`, `Short`, `Long`, `Char`, `Float`, `Double`, `UByte`, `UShort`, `UInt`, `UShort`, `UInt`.
- `Byte`, `Boolean`, `Int`, `Short`, `Long`, `Char`, `Float`, `Double` works out of the box with the default java implementation.
- `Byte`, `Boolean`, `Int`, `Short`, `Long`, `Char`, `Float`, `Double` works out of the box with the default fury java implementation.
- stdlib `collection`: `ArrayDeque`, `ArrayList`, `HashMap`,`HashSet`, `LinkedHashSet`, `LinkedHashMap`.
- `ArrayList`, `HashMap`,`HashSet`, `LinkedHashSet`, `LinkedHashMap` works out of the box with the default java implementation.
- `ArrayList`, `HashMap`,`HashSet`, `LinkedHashSet`, `LinkedHashMap` works out of the box with the default fury java implementation.

Additional support is added for the following classes in kotlin:

Expand Down

0 comments on commit 90108ba

Please sign in to comment.