This repository has been archived by the owner on Oct 22, 2024. It is now read-only.
1.14.9
- Fixed bugs where
QueueList
,MapKeySet
, andMapValueSet
did not adhere to
the contract laid out byList.cast
,Set.cast
andMap.cast
respectively.
The returned instances of these methods now correctly forward to the existing
instance instead of always creating a new copy.