Package | Description |
---|---|
com.hazelcast.util.collection |
The Agrona project backport: collections.
|
Modifier and Type | Method and Description |
---|---|
IntHashSet |
IntHashSet.difference(IntHashSet collection)
Fast Path set difference for comparison with another IntHashSet.
|
Modifier and Type | Method and Description |
---|---|
boolean |
IntHashSet.containsAll(IntHashSet other)
IntHashSet specialised variant of {this#containsAll(Collection)}.
|
void |
IntHashSet.copy(IntHashSet obj) |
IntHashSet |
IntHashSet.difference(IntHashSet collection)
Fast Path set difference for comparison with another IntHashSet.
|
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.