Uses of Class
org.eclipse.collections.impl.collection.mutable.primitive.UnmodifiableLongCollection
| Package | Description |
|---|---|
| org.eclipse.collections.impl.collection.mutable.primitive |
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 UnmodifiableLongCollection Modifier and Type Method Description static UnmodifiableLongCollectionUnmodifiableLongCollection. of(MutableLongCollection collection)This method will take a MutableLongCollection and wrap it directly in a UnmodifiableLongCollection.