I was using com.google.common.collect.PrimitiveArrays from Google Collections, however I cannot find it in Guava, was it renamed? Where can I find it?
I was using com.google.common.collect.PrimitiveArrays from Google Collections, however I cannot find it in Guava,
Share
There are classes in
com.google.common.primitivessuch asInts,Doubles,Floats, etc. that I think have the functionality of the oldPrimitiveArraysclass (and then some).