plume-util 1.8.0
Pre-release
Pre-release
- Deprecated
Pair
class for mutable pairs; useMPair
instead.
OrderedPairIterator
usesMPair
instead ofPair
. - New class
IPair
for immutable pairs. - The
WeakIdentityPair
constructor is deprecated in favor of theof()
method. - New interface
DeepCopyable
. - New methods in
UtilPlume
:firstNonNull()
- New methods in
CollectionsPlume
:- for
Collection
s:cloneElements()
,deepCopy()
- for
Map
s:cloneElements()
,cloneValues()
,createLruCache()
- for