Uses of Class
org.eclipse.collections.impl.collection.mutable.primitive.UnmodifiableDoubleCollection
-
Packages that use UnmodifiableDoubleCollection Package Description org.eclipse.collections.impl.collection.mutable.primitive This package contains implementations of the mutable primitive collection interfaces. -
-
Uses of UnmodifiableDoubleCollection in org.eclipse.collections.impl.collection.mutable.primitive
Methods in org.eclipse.collections.impl.collection.mutable.primitive that return UnmodifiableDoubleCollection Modifier and Type Method Description static UnmodifiableDoubleCollection
UnmodifiableDoubleCollection. of(MutableDoubleCollection collection)
This method will take a MutableDoubleCollection and wrap it directly in a UnmodifiableDoubleCollection.
-