| Package | Description |
|---|---|
| io.druid.collections.bitmap | |
| io.druid.extendedset.intset |
| Constructor and Description |
|---|
WrappedConciseBitmap(ConciseSet conciseSet)
Create a bitmap wrappign the given bitmap
|
| Modifier and Type | Method and Description |
|---|---|
ConciseSet |
ConciseSet.clone()
See the
clone() of Object |
ConciseSet |
ConciseSet.complemented()
Generates the complement set.
|
ConciseSet |
ConciseSet.convert(Collection<Integer> c)
Converts a given collection into an instance of the current class.
|
ConciseSet |
ConciseSet.convert(int... a)
Converts a given array into an instance of the current class.
|
ConciseSet |
ConciseSet.difference(IntSet other)
Generates the difference set
|
ConciseSet |
ConciseSet.empty()
Generates an empty set
|
ConciseSet |
ConciseSet.intersection(IntSet other)
Generates the intersection set
|
ConciseSet |
ConciseSet.symmetricDifference(IntSet other)
Generates the symmetric difference set
|
ConciseSet |
ConciseSet.union(IntSet other)
Generates the union set
|
| Modifier and Type | Method and Description |
|---|---|
static ImmutableConciseSet |
ImmutableConciseSet.newImmutableFromMutable(ConciseSet conciseSet) |
Copyright © 2011–2017. All rights reserved.