Support types
Basic
All types are supported as Map keys.
Type | Values |
---|---|
String | Any strings |
Char | Any characters |
Boolean |
|
Byte |
|
UByte |
|
Short |
|
UShort |
|
Int |
|
UInt |
|
Long |
|
ULong |
|
Float |
|
Double |
|
BigInteger | Any integers |
BigDecimal | Any real numbers (Bug: #26) |
java.util.Date | Any dates |
java.util.Calendar | Any dates |
java.util.UUID | Any UUID |
Enum |
Collection
Iterable
Collection
List
Set
HashSet
LinkedHashSet
Map
HashMap
LinkedHashMap
Last modified: 20 November 2024