Package | Description |
---|---|
javolution.util |
High-performance collection classes with
worst case execution time behavior documented. |
javolution.util.service |
Service interfaces to be implemented by
javolution.util.*
collections and collections views. |
Modifier and Type | Method and Description |
---|---|
protected BitSetService |
FastBitSet.service() |
Constructor and Description |
---|
FastBitSet(BitSetService impl)
Creates a fast bit set based on the specified implementation.
|
Modifier and Type | Method and Description |
---|---|
BitSetService |
BitSetService.get(int fromIndex,
int toIndex)
|
Modifier and Type | Method and Description |
---|---|
void |
BitSetService.and(BitSetService that)
|
void |
BitSetService.andNot(BitSetService that)
|
boolean |
BitSetService.intersects(BitSetService that)
|
void |
BitSetService.or(BitSetService that)
|
void |
BitSetService.xor(BitSetService that)
|
Copyright © 2005-2013 Javolution. All Rights Reserved.