Modifier and Type | Method and Description |
---|---|
boolean |
IntVar.removeAllValuesBut(IntIterableSet values,
ICause cause)
Removes all values from the domain of
this except those in values . |
boolean |
IntVar.removeValues(IntIterableSet values,
ICause cause)
Removes the value in
values from the domain of this . |
Modifier and Type | Method and Description |
---|---|
boolean |
BitsetArrayIntVarImpl.removeAllValuesBut(IntIterableSet values,
ICause cause) |
boolean |
BoolVarImpl.removeAllValuesBut(IntIterableSet values,
ICause cause) |
boolean |
FixedIntVarImpl.removeAllValuesBut(IntIterableSet values,
ICause cause) |
boolean |
IntervalIntVarImpl.removeAllValuesBut(IntIterableSet values,
ICause cause) |
boolean |
BitsetIntVarImpl.removeAllValuesBut(IntIterableSet values,
ICause cause) |
boolean |
BitsetArrayIntVarImpl.removeValues(IntIterableSet values,
ICause cause) |
boolean |
BoolVarImpl.removeValues(IntIterableSet values,
ICause cause) |
boolean |
FixedIntVarImpl.removeValues(IntIterableSet values,
ICause cause) |
boolean |
IntervalIntVarImpl.removeValues(IntIterableSet values,
ICause cause) |
boolean |
BitsetIntVarImpl.removeValues(IntIterableSet values,
ICause cause) |
Modifier and Type | Method and Description |
---|---|
boolean |
BoolNotView.removeAllValuesBut(IntIterableSet values,
ICause cause) |
boolean |
IntView.removeAllValuesBut(IntIterableSet values,
ICause cause) |
boolean |
BoolNotView.removeValues(IntIterableSet values,
ICause cause) |
boolean |
IntView.removeValues(IntIterableSet values,
ICause cause) |
Modifier and Type | Class and Description |
---|---|
class |
IntIterableBitSet
An IntIterableBitSet based on a BitSet
Created by cprudhom on 09/07/15.
|
class |
IntIterableRangeSet
Concret implementation of
IntIterableSet wherein values are stored in range set. |
Modifier and Type | Method and Description |
---|---|
IntIterableSet |
IntIterableSet.duplicate()
Returns a carbon-copy of this set
|
IntIterableSet |
IntIterableRangeSet.duplicate() |
IntIterableSet |
IntIterableBitSet.duplicate() |
Modifier and Type | Method and Description |
---|---|
boolean |
IntIterableSet.addAll(IntIterableSet set)
Adds all of the elements in the specified set to this set.
|
boolean |
IntIterableRangeSet.addAll(IntIterableSet set) |
boolean |
IntIterableBitSet.addAll(IntIterableSet set) |
boolean |
IntIterableSet.removeAll(IntIterableSet set)
Removes all of this set's elements that are also contained in the
specified set.
|
boolean |
IntIterableRangeSet.removeAll(IntIterableSet set) |
boolean |
IntIterableBitSet.removeAll(IntIterableSet set) |
boolean |
IntIterableSet.retainAll(IntIterableSet set)
Retains only the elements in this set that are contained in the
specified set.
|
boolean |
IntIterableRangeSet.retainAll(IntIterableSet set) |
boolean |
IntIterableBitSet.retainAll(IntIterableSet set) |
Copyright © 2018. All rights reserved.