Package | Description |
---|---|
com.gs.collections.impl.collection.mutable.primitive |
This package contains implementations of the mutable primitive collection interfaces.
|
Modifier and Type | Method and Description |
---|---|
static UnmodifiableLongCollection |
UnmodifiableLongCollection.of(MutableLongCollection collection)
This method will take a MutableLongCollection and wrap it directly in a UnmodifiableLongCollection.
|
Copyright © 2004–2018. All rights reserved.