|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IntSet | |
|---|---|
| org.mindswap.pellet | |
| org.mindswap.pellet.utils.intset | |
| Uses of IntSet in org.mindswap.pellet |
|---|
| Fields in org.mindswap.pellet declared as IntSet | |
|---|---|
static IntSet |
DependencySet.ZERO
|
| Methods in org.mindswap.pellet that return IntSet | |
|---|---|
IntSet |
DependencySet.getDepends()
|
| Methods in org.mindswap.pellet with parameters of type IntSet | |
|---|---|
void |
DependencySet.setDepends(IntSet depends)
|
DependencySet |
DependencySet.union(IntSet set)
Create a new DependencySet and all the elements of this
and set . |
| Uses of IntSet in org.mindswap.pellet.utils.intset |
|---|
| Classes in org.mindswap.pellet.utils.intset that implement IntSet | |
|---|---|
class |
AbstractIntSet
Title: |
class |
ArrayIntSet
Title: |
class |
BitIntSet
Title: |
class |
HashIntSet
Title: |
class |
ShiftedBitIntSet
Title: |
class |
TreeIntSet
Title: |
| Methods in org.mindswap.pellet.utils.intset that return IntSet | |
|---|---|
IntSet |
ArrayIntSet.copy()
Creates a copy of this set. |
IntSet |
BitIntSet.copy()
|
IntSet |
HashIntSet.copy()
|
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 |
ArrayIntSet.union(IntSet values)
|
IntSet |
BitIntSet.union(IntSet values)
Creates a new IntSet that is the union of this set and the given set. |
IntSet |
IntSet.union(IntSet set)
Creates a new IntSet that is the union of this set and the given set. |
| Methods in org.mindswap.pellet.utils.intset with parameters of type IntSet | |
|---|---|
void |
AbstractIntSet.addAll(IntSet values)
|
void |
ArrayIntSet.addAll(IntSet values)
Adds all the integers from another set to this set. |
void |
BitIntSet.addAll(IntSet values)
|
void |
HashIntSet.addAll(IntSet values)
|
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 |
ArrayIntSet.union(IntSet values)
|
IntSet |
BitIntSet.union(IntSet values)
Creates a new IntSet that is the union of this set and the given set. |
IntSet |
IntSet.union(IntSet set)
Creates a new IntSet that is the union of this set and the given set. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||