Uses of Class
org.eclipse.collections.impl.set.mutable.primitive.UnmodifiableLongSet
Packages that use UnmodifiableLongSet
Package
Description
This package contains implementations of the mutable primitive set interfaces.
-
Uses of UnmodifiableLongSet in org.eclipse.collections.impl.set.mutable.primitive
Methods in org.eclipse.collections.impl.set.mutable.primitive that return UnmodifiableLongSetModifier and TypeMethodDescriptionstatic UnmodifiableLongSetUnmodifiableLongSet.of(MutableLongSet set) This method will take a MutableLongSet and wrap it directly in a UnmodifiableLongSet.UnmodifiableLongSet.with(long element) UnmodifiableLongSet.withAll(LongIterable elements) UnmodifiableLongSet.without(long element) UnmodifiableLongSet.withoutAll(LongIterable elements)