Class DoubleSets.UnmodifiableSet
- All Implemented Interfaces:
DoubleCollection
,DoubleIterable
,DoubleSet
,Serializable
,Iterable<Double>
,Collection<Double>
,Set<Double>
- Direct Known Subclasses:
DoubleSortedSets.UnmodifiableSortedSet
- Enclosing class:
DoubleSets
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionboolean
add
(double k) Ensures that this collection contains the specified element (optional operation).boolean
Deprecated.boolean
Adds all elements of the given type-specific collection to this collection.boolean
addAll
(Collection<? extends Double> c) void
clear()
boolean
contains
(double o) Returnstrue
if this collection contains the specified element.boolean
Deprecated.boolean
Checks whether this collection contains all elements from the given type-specific collection.boolean
containsAll
(Collection<?> c) Returns a primitive iterator on the elements of this collection.Return a parallel primitive stream over the elements, performing widening casts if needed.Returns a primitive spliterator on the elements of this collection.Return a primitive stream over the elements, performing widening casts if needed.boolean
void
forEach
(DoubleConsumer action) Performs the given action for each element of this type-specificIterable
until all elements have been processed or the action throws an exception.int
hashCode()
boolean
isEmpty()
iterator()
Returns a type-specific iterator on the elements of this collection.Deprecated.boolean
rem
(double k) Deprecated.boolean
remove
(double k) Removes an element from this set.boolean
Deprecated.boolean
Remove from this collection all elements in the given type-specific collection.boolean
removeAll
(Collection<?> c) boolean
removeIf
(DoublePredicate filter) Remove from this collection all elements which satisfy the given predicate.boolean
Retains in this collection only elements from the given type-specific collection.boolean
retainAll
(Collection<?> c) int
size()
Returns a type-specific spliterator on the elements of this collection.stream()
Deprecated.Object[]
toArray()
double[]
toArray
(double[] a) Returns an array containing all of the elements in this collection; the runtime type of the returned array is that of the specified array.<T> T[]
toArray
(T[] a) double[]
Returns a primitive type array containing the items of this collection.double[]
toDoubleArray
(double[] a) Deprecated.toString()
Methods inherited from interface java.util.Collection
toArray
Methods inherited from interface it.unimi.dsi.fastutil.doubles.DoubleCollection
add, addAll, contains, containsAll, doubleIterator, doubleParallelStream, doubleSpliterator, doubleStream, parallelStream, removeAll, removeIf, removeIf, removeIf, retainAll, stream, toArray, toDoubleArray, toDoubleArray
Methods inherited from interface it.unimi.dsi.fastutil.doubles.DoubleIterable
forEach, forEach, forEach
-
Method Details
-
remove
public boolean remove(double k) Description copied from interface:DoubleSet
Removes an element from this set. -
equals
-
hashCode
public int hashCode() -
rem
Deprecated.Description copied from interface:DoubleCollection
Removes a single instance of the specified element from this collection, if it is present (optional operation).Note that this method should be called
remove()
, but the clash with the similarly named index-based method in theList
interface forces us to use a distinguished name. For simplicity, the set interfaces reinstatesremove()
.- Specified by:
rem
in interfaceDoubleCollection
- Specified by:
rem
in interfaceDoubleSet
- See Also:
-
add
public boolean add(double k) Description copied from interface:DoubleCollection
Ensures that this collection contains the specified element (optional operation).- Specified by:
add
in interfaceDoubleCollection
- See Also:
-
size
public int size()- Specified by:
size
in interfaceCollection<Double>
-
isEmpty
public boolean isEmpty()- Specified by:
isEmpty
in interfaceCollection<Double>
-
contains
public boolean contains(double o) Description copied from interface:DoubleCollection
Returnstrue
if this collection contains the specified element.- Specified by:
contains
in interfaceDoubleCollection
- See Also:
-
iterator
Description copied from interface:DoubleCollection
Returns a type-specific iterator on the elements of this collection.- Specified by:
iterator
in interfaceCollection<Double>
- Specified by:
iterator
in interfaceDoubleCollection
- Specified by:
iterator
in interfaceDoubleIterable
- Specified by:
iterator
in interfaceIterable<Double>
- Returns:
- a type-specific iterator on the elements of this collection.
- See Also:
-
spliterator
Description copied from interface:DoubleCollection
Returns a type-specific spliterator on the elements of this collection.See
Collection.spliterator()
for more documentation on the requirements of the returned spliterator.- Specified by:
spliterator
in interfaceCollection<Double>
- Specified by:
spliterator
in interfaceDoubleCollection
- Specified by:
spliterator
in interfaceDoubleIterable
- Specified by:
spliterator
in interfaceIterable<Double>
- Returns:
- a type-specific spliterator on the elements of this collection.
-
stream
Deprecated.Description copied from interface:DoubleCollection
- Specified by:
stream
in interfaceCollection<Double>
- Specified by:
stream
in interfaceDoubleCollection
-
parallelStream
Deprecated.Description copied from interface:DoubleCollection
- Specified by:
parallelStream
in interfaceCollection<Double>
- Specified by:
parallelStream
in interfaceDoubleCollection
-
clear
public void clear()- Specified by:
clear
in interfaceCollection<Double>
-
toArray
public <T> T[] toArray(T[] a) - Specified by:
toArray
in interfaceCollection<Double>
-
toArray
- Specified by:
toArray
in interfaceCollection<Double>
-
forEach
Description copied from interface:DoubleIterable
Performs the given action for each element of this type-specificIterable
until all elements have been processed or the action throws an exception.- Specified by:
forEach
in interfaceDoubleIterable
- Parameters:
action
- the action to be performed for each element.- See Also:
-
containsAll
- Specified by:
containsAll
in interfaceCollection<Double>
-
addAll
- Specified by:
addAll
in interfaceCollection<Double>
-
removeAll
- Specified by:
removeAll
in interfaceCollection<Double>
-
retainAll
- Specified by:
retainAll
in interfaceCollection<Double>
-
removeIf
Description copied from interface:DoubleCollection
Remove from this collection all elements which satisfy the given predicate.- Specified by:
removeIf
in interfaceDoubleCollection
- Parameters:
filter
- a predicate which returnstrue
for elements to be removed.- Returns:
true
if any elements were removed.- See Also:
-
add
Deprecated.Description copied from interface:DoubleCollection
- Specified by:
add
in interfaceCollection<Double>
- Specified by:
add
in interfaceDoubleCollection
-
contains
Deprecated.Description copied from interface:DoubleCollection
- Specified by:
contains
in interfaceCollection<Double>
- Specified by:
contains
in interfaceDoubleCollection
-
remove
Deprecated.Description copied from interface:DoubleCollection
- Specified by:
remove
in interfaceCollection<Double>
- Specified by:
remove
in interfaceDoubleCollection
-
toDoubleArray
public double[] toDoubleArray()Description copied from interface:DoubleCollection
Returns a primitive type array containing the items of this collection.- Specified by:
toDoubleArray
in interfaceDoubleCollection
- Returns:
- a primitive type array containing the items of this collection.
- See Also:
-
toDoubleArray
Deprecated.Description copied from interface:DoubleCollection
Returns a primitive type array containing the items of this collection.Note that, contrarily to
Collection.toArray(Object[])
, this methods just writes all elements of this collection: no special value will be added after the last one.- Specified by:
toDoubleArray
in interfaceDoubleCollection
- Parameters:
a
- if this array is big enough, it will be used to store this collection.- Returns:
- a primitive type array containing the items of this collection.
- See Also:
-
toArray
public double[] toArray(double[] a) Description copied from interface:DoubleCollection
Returns an array containing all of the elements in this collection; the runtime type of the returned array is that of the specified array.Note that, contrarily to
Collection.toArray(Object[])
, this methods just writes all elements of this collection: no special value will be added after the last one.- Specified by:
toArray
in interfaceDoubleCollection
- Parameters:
a
- if this array is big enough, it will be used to store this collection.- Returns:
- a primitive type array containing the items of this collection.
- See Also:
-
containsAll
Description copied from interface:DoubleCollection
Checks whether this collection contains all elements from the given type-specific collection.- Specified by:
containsAll
in interfaceDoubleCollection
- Parameters:
c
- a type-specific collection.- Returns:
true
if this collection contains all elements of the argument.- See Also:
-
addAll
Description copied from interface:DoubleCollection
Adds all elements of the given type-specific collection to this collection.- Specified by:
addAll
in interfaceDoubleCollection
- Parameters:
c
- a type-specific collection.- Returns:
true
if this collection changed as a result of the call.- See Also:
-
removeAll
Description copied from interface:DoubleCollection
Remove from this collection all elements in the given type-specific collection.- Specified by:
removeAll
in interfaceDoubleCollection
- Parameters:
c
- a type-specific collection.- Returns:
true
if this collection changed as a result of the call.- See Also:
-
retainAll
Description copied from interface:DoubleCollection
Retains in this collection only elements from the given type-specific collection.- Specified by:
retainAll
in interfaceDoubleCollection
- Parameters:
c
- a type-specific collection.- Returns:
true
if this collection changed as a result of the call.- See Also:
-
doubleIterator
Description copied from interface:DoubleCollection
Returns a primitive iterator on the elements of this collection.This method is identical to
DoubleCollection.iterator()
, as the type-specific iterator is already compatible with the JDK's primitive iterators. It only exists for compatibility with the other primitive types'Collection
s that have use for widened iterators.- Specified by:
doubleIterator
in interfaceDoubleCollection
- Specified by:
doubleIterator
in interfaceDoubleIterable
- Returns:
- a primitive iterator on the elements of this collection.
-
doubleSpliterator
Description copied from interface:DoubleCollection
Returns a primitive spliterator on the elements of this collection.This method is identical to
DoubleCollection.spliterator()
, as the type-specific spliterator is already compatible with the JDK's primitive spliterators. It only exists for compatibility with the other primitive types'Collection
s that have use for widened spliterators.- Specified by:
doubleSpliterator
in interfaceDoubleCollection
- Specified by:
doubleSpliterator
in interfaceDoubleIterable
- Returns:
- a primitive spliterator on the elements of this collection.
-
doubleStream
Description copied from interface:DoubleCollection
Return a primitive stream over the elements, performing widening casts if needed.- Specified by:
doubleStream
in interfaceDoubleCollection
- Returns:
- a primitive stream over the elements.
- See Also:
-
doubleParallelStream
Description copied from interface:DoubleCollection
Return a parallel primitive stream over the elements, performing widening casts if needed.- Specified by:
doubleParallelStream
in interfaceDoubleCollection
- Returns:
- a parallel primitive stream over the elements.
- See Also:
-
toString
-