Uses of Class
org.eclipse.collections.impl.collection.mutable.primitive.UnmodifiableLongCollection
Packages that use UnmodifiableLongCollection
Package
Description
This package contains implementations of the mutable primitive collection interfaces.
-
Uses of UnmodifiableLongCollection in org.eclipse.collections.impl.collection.mutable.primitive
Methods in org.eclipse.collections.impl.collection.mutable.primitive that return UnmodifiableLongCollectionModifier and TypeMethodDescriptionstatic UnmodifiableLongCollection
UnmodifiableLongCollection.of
(MutableLongCollection collection) This method will take a MutableLongCollection and wrap it directly in a UnmodifiableLongCollection.