| Package | Description |
|---|---|
| org.mindswap.pellet | |
| org.mindswap.pellet.utils.intset |
| Modifier and Type | Field and Description |
|---|---|
static IntSet |
DependencySet.ZERO |
| Modifier and Type | Method and Description |
|---|---|
IntSet |
DependencySet.getDepends() |
| Modifier and Type | Method and Description |
|---|---|
void |
DependencySet.setDepends(IntSet depends) |
DependencySet |
DependencySet.union(IntSet set)
Create a new DependencySet and all the elements of
this
and set . |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractIntSet
Title:
|
class |
ArrayIntSet
Title:
|
class |
BitIntSet
Title:
|
class |
HashIntSet
Title:
|
class |
ShiftedBitIntSet
Title:
|
class |
TreeIntSet
Title:
|
| Modifier and Type | Method and Description |
|---|---|
IntSet |
HashIntSet.copy() |
IntSet |
BitIntSet.copy() |
IntSet |
ArrayIntSet.copy()
Creates a copy of this set.
|
IntSet |
IntSet.copy()
Creates a copy of this set.
|
IntSet |
ShiftedBitIntSet.copy() |
IntSet |
TreeIntSet.copy() |
static IntSet |
IntSetFactory.create() |
IntSet |
AbstractIntSet.union(IntSet values) |
IntSet |
BitIntSet.union(IntSet values)
Creates a new IntSet that is the union of this set and the given set.
|
IntSet |
ArrayIntSet.union(IntSet values) |
IntSet |
IntSet.union(IntSet set)
Creates a new IntSet that is the union of this set and the given set.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractIntSet.addAll(IntSet values) |
void |
HashIntSet.addAll(IntSet values) |
void |
BitIntSet.addAll(IntSet values) |
void |
ArrayIntSet.addAll(IntSet values)
Adds all the integers from another set to this set.
|
void |
IntSet.addAll(IntSet other)
Adds all the integers from another set to this set.
|
void |
TreeIntSet.addAll(IntSet values) |
IntSet |
AbstractIntSet.union(IntSet values) |
IntSet |
BitIntSet.union(IntSet values)
Creates a new IntSet that is the union of this set and the given set.
|
IntSet |
ArrayIntSet.union(IntSet values) |
IntSet |
IntSet.union(IntSet set)
Creates a new IntSet that is the union of this set and the given set.
|
Copyright © 2019. All rights reserved.