| Class and 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.LiteralAndZeroFillExpander
Iterator over the bits of literal and zero-fill words
|
| ConciseSetUtils.OneFillExpander
Iterator over the bits of one-fill words
|
| ConciseSetUtils.WordExpander |
| FastSet
An
IntSet implementation, representing a set of integers, based on an
uncompressed bitmap. |
| HashIntSet
Implements a fast hash-set.
|
| ImmutableConciseSet |
| ImmutableConciseSet.WordIterator |
| 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 and Description |
|---|
| 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 and Description |
|---|
| 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 and Description |
|---|
| IntSet
Very similar to
ExtendedSet but for the primitive int
type. |
Copyright © 2016. All rights reserved.