Package | Description |
---|---|
org.eclipse.collections.impl.bag.mutable.primitive |
This package contains implementations of the mutable primitive bag interfaces.
|
Modifier and Type | Method | Description |
---|---|---|
UnmodifiableLongBag |
UnmodifiableLongBag.with(long element) |
|
UnmodifiableLongBag |
UnmodifiableLongBag.withAll(LongIterable elements) |
|
UnmodifiableLongBag |
UnmodifiableLongBag.without(long element) |
|
UnmodifiableLongBag |
UnmodifiableLongBag.withoutAll(LongIterable elements) |
Copyright © 2004–2017. All rights reserved.