public class TUnmodifiableDoubleSets extends Object
| Modifier and Type | Method and Description |
|---|---|
static TDoubleSet |
wrap(TDoubleSet
Returns an unmodifiable view of the specified Trove primitive set.
|
public static TDoubleSetwrap(TDoubleSet s)
The returned set will be serializable if the specified set is serializable.
s - the set for which an unmodifiable view is to be returned.