| Package | Description |
|---|---|
| org.apache.druid.extendedset.intset |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractIntSet
This class provides a skeletal implementation of the
IntSet
interface to minimize the effort required to implement this interface. |
class |
ConciseSet
This is CONCISE: COmpressed 'N' Composable Integer SEt.
|
| Modifier and Type | Method and Description |
|---|---|
IntSet |
IntSet.clone()
See the
clone() of Object |
abstract IntSet |
AbstractIntSet.clone()
See the
clone() of Object |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ConciseSet.addAll(IntSet c) |
int |
ConciseSet.compareTo(IntSet o) |
int |
AbstractIntSet.compareTo(IntSet o) |
ConciseSet |
ConciseSet.intersection(IntSet other) |
Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.