| Interface | Description |
|---|---|
| ConciseSetUtils.WordExpander | |
| IntSet |
Very similar to
ExtendedSet but for the primitive int
type. |
| IntSet.IntIterator |
An
Iterator-like interface that allows to "skip" some elements of
the set |
| Class | Description |
|---|---|
| AbstractIntSet |
This class provides a skeletal implementation of the
IntSet
interface to minimize the effort required to implement this interface. |
| ArraySet |
IntSet-based class internally managed by a sorted array of
ints. |
| ConciseSet |
This is CONCISE: COmpressed 'N' Composable Integer SEt.
|
| ConciseSetUtils | |
| ConciseSetUtils.LiteralAndZeroFillExpander |
Iterator over the bits of literal and zero-fill words
|
| ConciseSetUtils.OneFillExpander |
Iterator over the bits of one-fill words
|
| FastSet |
An
IntSet implementation, representing a set of integers, based on an
uncompressed bitmap. |
| HashIntSet |
Implements a fast hash-set.
|
| ImmutableConciseSet |
Copyright © 2016. All rights reserved.