Details
-
New Feature
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
Add EMPTY_ARRAY constants to classes in org.apache.commons.lang3.tuple:
org.apache.commons.lang3.tuple.ImmutablePair.EMPTY_ARRAY
org.apache.commons.lang3.tuple.ImmutableTriple.EMPTY_ARRAY
org.apache.commons.lang3.tuple.MutablePair.EMPTY_ARRAY
org.apache.commons.lang3.tuple.MutableTriple.EMPTY_ARRAY
Add methods emptyArray() on each class above that use generics to avoid generics compiler warnings.