| Package | Description |
|---|---|
| javatools.datatypes |
| Modifier and Type | Class and Description |
|---|---|
class |
IdPriorityQueue
Copyright 2016 Fabian M.
|
| Modifier and Type | Method and Description |
|---|---|
IntSet |
IntSet.enhancedBy(int addMe)
Adds addMe, returns THIS
|
IntSet |
IntSet.enhancedBy(IntSet addMe)
Adds all elements, returns THIS
|
static IntSet |
IntSet.of(int... initial)
Creates a new IntSet from initial values.
|
IntSet |
IntSet.shrunkBy(int addMe)
Removes the given element, returns THIS
|
IntSet |
IntSet.shrunkBy(IntSet addMe)
Removes the given elements, returns THIS
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
IntSet.addAll(IntSet s)
Adds all elements
|
IntSet |
IntSet.enhancedBy(IntSet addMe)
Adds all elements, returns THIS
|
boolean |
IntSet.removeAll(IntSet c)
Removes all elements in c
|
void |
IntSet.setTo(IntSet copy)
Overwrites the current IntSet with the given one
|
IntSet |
IntSet.shrunkBy(IntSet addMe)
Removes the given elements, returns THIS
|
| Constructor and Description |
|---|
IntSet(IntSet copy)
Creates a new IntSet by copying the given set
|
Copyright © 2018. All rights reserved.