Class DoubleBigLists.ListBigList
- java.lang.Object
-
- java.util.AbstractCollection<Double>
-
- it.unimi.dsi.fastutil.doubles.AbstractDoubleCollection
-
- it.unimi.dsi.fastutil.doubles.AbstractDoubleBigList
-
- it.unimi.dsi.fastutil.doubles.DoubleBigLists.ListBigList
-
- All Implemented Interfaces:
BigList<Double>,DoubleBigList,DoubleCollection,DoubleIterable,DoubleStack,Size64,Stack<Double>,Serializable,Comparable<BigList<? extends Double>>,Iterable<Double>,Collection<Double>
- Enclosing class:
- DoubleBigLists
public static class DoubleBigLists.ListBigList extends AbstractDoubleBigList implements Serializable
A class exposing a list as a big list.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class it.unimi.dsi.fastutil.doubles.AbstractDoubleBigList
AbstractDoubleBigList.DoubleSubList
-
-
Method Summary
Modifier and Type Method Description booleanadd(double key)Ensures that this collection contains the specified element (optional operation).voidadd(long index, double key)Inserts the specified element at the specified position in this type-specific big list (optional operation).booleanaddAll(long index, DoubleBigList c)Inserts all of the elements in the specified type-specific big list into this type-specific big list at the specified position (optional operation).booleanaddAll(long index, DoubleCollection c)Inserts all of the elements in the specified type-specific collection into this type-specific big list at the specified position (optional operation).booleanaddAll(long index, Collection<? extends Double> c)Adds all of the elements in the specified collection to this list (optional operation).booleanaddAll(DoubleBigList c)Appends all of the elements in the specified type-specific big list to the end of this type-specific big list (optional operation).booleanaddAll(DoubleCollection c)Adds all elements of the given type-specific collection to this collection.booleanaddAll(Collection<? extends Double> c)voidclear()booleancontains(double key)Returns true if this list contains the specified element.booleancontainsAll(DoubleCollection c)Checks whether this collection contains all elements from the given type-specific collection.booleancontainsAll(Collection<?> c)doublegetDouble(long index)Returns the element at the specified position.inthashCode()Returns the hash code for this big list, which is identical toList.hashCode().longindexOf(double k)Returns the index of the first occurrence of the specified element in this type-specific big list, or -1 if this big list does not contain the element.booleanisEmpty()Checks whether the stack is empty.DoubleBigListIteratoriterator()Returns a type-specific iterator on the elements of this collection.longlastIndexOf(double k)Returns the index of the last occurrence of the specified element in this type-specific big list, or -1 if this big list does not contain the element.DoubleBigListIteratorlistIterator()Returns a type-specific big-list iterator on this type-specific big list.DoubleBigListIteratorlistIterator(long index)Returns a type-specific list iterator on this type-specific big list starting at a given index.booleanremoveAll(DoubleCollection c)Remove from this collection all elements in the given type-specific collection.booleanremoveAll(Collection<?> c)doubleremoveDouble(long index)Removes the element at the specified position.voidremoveElements(long from, long to)Removes (hopefully quickly) elements of this type-specific big list.booleanretainAll(DoubleCollection c)Retains in this collection only elements from the given type-specific collection.booleanretainAll(Collection<?> c)doubleset(long index, double k)Replaces the element at the specified position in this big list with the specified element (optional operation).voidsize(long size)Sets the size of this big list.longsize64()Returns the size of this data structure as a long.DoubleBigListsubList(long from, long to)Returns a type-specific view of the portion of this type-specific big list from the indexfrom, inclusive, to the indexto, exclusive.<T> T[]toArray(T[] a)double[]toDoubleArray()Returns a primitive type array containing the items of this collection.double[]toDoubleArray(double[] a)Deprecated.-
Methods inherited from class it.unimi.dsi.fastutil.doubles.AbstractDoubleBigList
add, addElements, addElements, compareTo, equals, get, getElements, indexOf, lastIndexOf, peek, peekDouble, pop, popDouble, push, push, rem, remove, set, size, top, topDouble, toString
-
Methods inherited from class it.unimi.dsi.fastutil.doubles.AbstractDoubleCollection
add, contains, remove, toArray
-
Methods inherited from class java.util.AbstractCollection
toArray
-
Methods inherited from interface java.util.Collection
parallelStream, spliterator, stream, toArray, toArray
-
Methods inherited from interface it.unimi.dsi.fastutil.doubles.DoubleCollection
add, contains, remove, removeIf, removeIf, toArray
-
Methods inherited from interface it.unimi.dsi.fastutil.doubles.DoubleIterable
forEach, forEach
-
-
-
-
Method Detail
-
size64
public long size64()
Description copied from interface:Size64Returns the size of this data structure as a long.
-
size
public void size(long size)
Description copied from interface:BigListSets the size of this big list.If the specified size is smaller than the current size, the last elements are discarded. Otherwise, they are filled with 0/
null/false.- Specified by:
sizein interfaceBigList<Double>- Overrides:
sizein classAbstractDoubleBigList- Parameters:
size- the new size.
-
iterator
public DoubleBigListIterator iterator()
Description copied from class:AbstractDoubleBigListReturns a type-specific iterator on the elements of this collection.Note that this specification strengthens the one given in
Iterable.iterator(), which was already strengthened in the corresponding type-specific class, but was weakened by the fact that this interface extendsCollection.This implementation delegates to
AbstractDoubleBigList.listIterator().- Specified by:
iteratorin interfaceCollection<Double>- Specified by:
iteratorin interfaceDoubleBigList- Specified by:
iteratorin interfaceDoubleCollection- Specified by:
iteratorin interfaceDoubleIterable- Specified by:
iteratorin interfaceIterable<Double>- Overrides:
iteratorin classAbstractDoubleBigList- Returns:
- a type-specific iterator on the elements of this collection.
- See Also:
Iterable.iterator()
-
listIterator
public DoubleBigListIterator listIterator()
Description copied from class:AbstractDoubleBigListReturns a type-specific big-list iterator on this type-specific big list.Note that this specification strengthens the one given in
BigList.listIterator().This implementation delegates to
listIterator(0).- Specified by:
listIteratorin interfaceBigList<Double>- Specified by:
listIteratorin interfaceDoubleBigList- Overrides:
listIteratorin classAbstractDoubleBigList- Returns:
- a big-list iterator over the elements in this big list.
- See Also:
BigList.listIterator()
-
listIterator
public DoubleBigListIterator listIterator(long index)
Description copied from class:AbstractDoubleBigListReturns a type-specific list iterator on this type-specific big list starting at a given index.Note that this specification strengthens the one given in
BigList.listIterator(long).This implementation is based on the random-access methods.
- Specified by:
listIteratorin interfaceBigList<Double>- Specified by:
listIteratorin interfaceDoubleBigList- Overrides:
listIteratorin classAbstractDoubleBigList- Parameters:
index- index of first element to be returned from the big-list iterator.- Returns:
- a big-list iterator of the elements in this big list, starting at the specified position in this big list.
- See Also:
BigList.listIterator(long)
-
addAll
public boolean addAll(long index, Collection<? extends Double> c)Description copied from class:AbstractDoubleBigListAdds all of the elements in the specified collection to this list (optional operation).- Specified by:
addAllin interfaceBigList<Double>- Overrides:
addAllin classAbstractDoubleBigList- Parameters:
index- index at which to insert the first element from the specified collection.c- collection containing elements to be added to this big list.- Returns:
trueif this big list changed as a result of the call- See Also:
List.addAll(int, Collection)
-
subList
public DoubleBigList subList(long from, long to)
Description copied from interface:DoubleBigListReturns a type-specific view of the portion of this type-specific big list from the indexfrom, inclusive, to the indexto, exclusive.Note that this specification strengthens the one given in
BigList.subList(long,long).- Specified by:
subListin interfaceBigList<Double>- Specified by:
subListin interfaceDoubleBigList- Overrides:
subListin classAbstractDoubleBigList- Parameters:
from- the starting element (inclusive).to- the ending element (exclusive).- Returns:
- a big sublist view of this big list.
- See Also:
BigList.subList(long,long)
-
contains
public boolean contains(double key)
Description copied from class:AbstractDoubleBigListReturns true if this list contains the specified element.This implementation delegates to
indexOf().- Specified by:
containsin interfaceDoubleCollection- Overrides:
containsin classAbstractDoubleBigList- See Also:
Collection.contains(Object)
-
toDoubleArray
public double[] toDoubleArray()
Description copied from interface:DoubleCollectionReturns a primitive type array containing the items of this collection.- Specified by:
toDoubleArrayin interfaceDoubleCollection- Overrides:
toDoubleArrayin classAbstractDoubleCollection- Returns:
- a primitive type array containing the items of this collection.
- See Also:
Collection.toArray()
-
removeElements
public void removeElements(long from, long to)Description copied from class:AbstractDoubleBigListRemoves (hopefully quickly) elements of this type-specific big list.This is a trivial iterator-based implementation. It is expected that implementations will override this method with a more optimized version.
- Specified by:
removeElementsin interfaceDoubleBigList- Overrides:
removeElementsin classAbstractDoubleBigList- Parameters:
from- the start index (inclusive).to- the end index (exclusive).
-
toDoubleArray
@Deprecated public double[] toDoubleArray(double[] a)
Deprecated.Description copied from class:AbstractDoubleCollectionReturns 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:
toDoubleArrayin interfaceDoubleCollection- Overrides:
toDoubleArrayin classAbstractDoubleCollection- 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:
Collection.toArray(Object[])
-
addAll
public boolean addAll(long index, DoubleCollection c)Description copied from class:AbstractDoubleBigListInserts all of the elements in the specified type-specific collection into this type-specific big list at the specified position (optional operation).This implementation delegates to the type-specific version of
AbstractDoubleBigList.addAll(long, Collection).- Specified by:
addAllin interfaceDoubleBigList- Overrides:
addAllin classAbstractDoubleBigList- See Also:
List.addAll(int,java.util.Collection)
-
addAll
public boolean addAll(DoubleCollection c)
Description copied from class:AbstractDoubleBigListAdds all elements of the given type-specific collection to this collection.This implementation delegates to the type-specific version of
AbstractDoubleBigList.addAll(long, Collection).- Specified by:
addAllin interfaceDoubleCollection- Overrides:
addAllin classAbstractDoubleBigList- Parameters:
c- a type-specific collection.- Returns:
trueif this collection changed as a result of the call.- See Also:
Collection.addAll(Collection)
-
addAll
public boolean addAll(long index, DoubleBigList c)Description copied from class:AbstractDoubleBigListInserts all of the elements in the specified type-specific big list into this type-specific big list at the specified position (optional operation).This implementation delegates to the type-specific version of
AbstractDoubleBigList.addAll(long, Collection).- Specified by:
addAllin interfaceDoubleBigList- Overrides:
addAllin classAbstractDoubleBigList- See Also:
List.addAll(int,java.util.Collection)
-
addAll
public boolean addAll(DoubleBigList c)
Description copied from class:AbstractDoubleBigListAppends all of the elements in the specified type-specific big list to the end of this type-specific big list (optional operation).This implementation delegates to the type-specific list version of
AbstractDoubleBigList.addAll(long, Collection).- Specified by:
addAllin interfaceDoubleBigList- Overrides:
addAllin classAbstractDoubleBigList- See Also:
List.addAll(int,java.util.Collection)
-
containsAll
public boolean containsAll(DoubleCollection c)
Description copied from interface:DoubleCollectionChecks whether this collection contains all elements from the given type-specific collection.- Specified by:
containsAllin interfaceDoubleCollection- Overrides:
containsAllin classAbstractDoubleCollection- Parameters:
c- a type-specific collection.- Returns:
trueif this collection contains all elements of the argument.- See Also:
Collection.containsAll(Collection)
-
removeAll
public boolean removeAll(DoubleCollection c)
Description copied from interface:DoubleCollectionRemove from this collection all elements in the given type-specific collection.- Specified by:
removeAllin interfaceDoubleCollection- Overrides:
removeAllin classAbstractDoubleCollection- Parameters:
c- a type-specific collection.- Returns:
trueif this collection changed as a result of the call.- See Also:
Collection.removeAll(Collection)
-
retainAll
public boolean retainAll(DoubleCollection c)
Description copied from interface:DoubleCollectionRetains in this collection only elements from the given type-specific collection.- Specified by:
retainAllin interfaceDoubleCollection- Overrides:
retainAllin classAbstractDoubleCollection- Parameters:
c- a type-specific collection.- Returns:
trueif this collection changed as a result of the call.- See Also:
Collection.retainAll(Collection)
-
add
public void add(long index, double key)Description copied from class:AbstractDoubleBigListInserts the specified element at the specified position in this type-specific big list (optional operation).This implementation always throws an
UnsupportedOperationException.- Specified by:
addin interfaceDoubleBigList- Overrides:
addin classAbstractDoubleBigList- See Also:
BigList.add(long,Object)
-
add
public boolean add(double key)
Description copied from class:AbstractDoubleBigListEnsures that this collection contains the specified element (optional operation).This implementation always throws an
UnsupportedOperationException.This implementation delegates to the type-specific version of
BigList.add(long, Object).- Specified by:
addin interfaceDoubleCollection- Overrides:
addin classAbstractDoubleBigList- See Also:
Collection.add(Object)
-
getDouble
public double getDouble(long index)
Description copied from interface:DoubleBigListReturns the element at the specified position.- Specified by:
getDoublein interfaceDoubleBigList- See Also:
BigList.get(long)
-
indexOf
public long indexOf(double k)
Description copied from interface:DoubleBigListReturns the index of the first occurrence of the specified element in this type-specific big list, or -1 if this big list does not contain the element.- Specified by:
indexOfin interfaceDoubleBigList- Overrides:
indexOfin classAbstractDoubleBigList- See Also:
BigList.indexOf(Object)
-
lastIndexOf
public long lastIndexOf(double k)
Description copied from interface:DoubleBigListReturns the index of the last occurrence of the specified element in this type-specific big list, or -1 if this big list does not contain the element.- Specified by:
lastIndexOfin interfaceDoubleBigList- Overrides:
lastIndexOfin classAbstractDoubleBigList- See Also:
BigList.lastIndexOf(Object)
-
removeDouble
public double removeDouble(long index)
Description copied from class:AbstractDoubleBigListRemoves the element at the specified position.This implementation always throws an
UnsupportedOperationException.- Specified by:
removeDoublein interfaceDoubleBigList- Overrides:
removeDoublein classAbstractDoubleBigList- See Also:
BigList.remove(long)
-
set
public double set(long index, double k)Description copied from class:AbstractDoubleBigListReplaces the element at the specified position in this big list with the specified element (optional operation).This implementation always throws an
UnsupportedOperationException.- Specified by:
setin interfaceDoubleBigList- Overrides:
setin classAbstractDoubleBigList- See Also:
BigList.set(long,Object)
-
isEmpty
public boolean isEmpty()
Description copied from interface:StackChecks whether the stack is empty.- Specified by:
isEmptyin interfaceCollection<Double>- Specified by:
isEmptyin interfaceStack<Double>- Overrides:
isEmptyin classAbstractCollection<Double>- Returns:
- true if the stack is empty.
-
toArray
public <T> T[] toArray(T[] a)
- Specified by:
toArrayin interfaceCollection<Double>- Overrides:
toArrayin classAbstractCollection<Double>
-
containsAll
public boolean containsAll(Collection<?> c)
- Specified by:
containsAllin interfaceCollection<Double>- Overrides:
containsAllin classAbstractCollection<Double>
-
addAll
public boolean addAll(Collection<? extends Double> c)
Description copied from class:AbstractDoubleBigListThis implementation delegates to the type-specific version of
BigList.addAll(long, Collection).- Specified by:
addAllin interfaceCollection<Double>- Overrides:
addAllin classAbstractDoubleBigList
-
removeAll
public boolean removeAll(Collection<?> c)
- Specified by:
removeAllin interfaceCollection<Double>- Overrides:
removeAllin classAbstractCollection<Double>
-
retainAll
public boolean retainAll(Collection<?> c)
- Specified by:
retainAllin interfaceCollection<Double>- Overrides:
retainAllin classAbstractCollection<Double>
-
clear
public void clear()
Description copied from class:AbstractDoubleBigListThis implementation delegates to
AbstractDoubleBigList.removeElements(long, long).- Specified by:
clearin interfaceCollection<Double>- Overrides:
clearin classAbstractDoubleBigList
-
hashCode
public int hashCode()
Description copied from class:AbstractDoubleBigListReturns the hash code for this big list, which is identical toList.hashCode().- Specified by:
hashCodein interfaceCollection<Double>- Overrides:
hashCodein classAbstractDoubleBigList- Returns:
- the hash code for this big list.
-
-