Package it.unimi.dsi.fastutil.shorts
Class ShortBigLists.ListBigList
java.lang.Object
java.util.AbstractCollection<java.lang.Short>
it.unimi.dsi.fastutil.shorts.AbstractShortCollection
it.unimi.dsi.fastutil.shorts.AbstractShortBigList
it.unimi.dsi.fastutil.shorts.ShortBigLists.ListBigList
- All Implemented Interfaces:
it.unimi.dsi.fastutil.BigList<java.lang.Short>,ShortBigList,ShortCollection,it.unimi.dsi.fastutil.shorts.ShortIterable,ShortStack,it.unimi.dsi.fastutil.Size64,it.unimi.dsi.fastutil.Stack<java.lang.Short>,java.io.Serializable,java.lang.Comparable<it.unimi.dsi.fastutil.BigList<? extends java.lang.Short>>,java.lang.Iterable<java.lang.Short>,java.util.Collection<java.lang.Short>
- Enclosing class:
- ShortBigLists
public static class ShortBigLists.ListBigList extends AbstractShortBigList implements java.io.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.shorts.AbstractShortBigList
AbstractShortBigList.ShortRandomAccessSubList, AbstractShortBigList.ShortSubList -
Method Summary
Modifier and Type Method Description voidadd(long index, short key)Inserts the specified element at the specified position in this type-specific big list (optional operation).booleanadd(short key)Ensures that this collection contains the specified element (optional operation).booleanaddAll(long index, ShortBigList 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, ShortCollection 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, java.util.Collection<? extends java.lang.Short> c)Adds all of the elements in the specified collection to this list (optional operation).booleanaddAll(ShortBigList 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(ShortCollection c)Adds all elements of the given type-specific collection to this collection.booleanaddAll(java.util.Collection<? extends java.lang.Short> c)voidclear()booleancontains(short key)Returns true if this list contains the specified element.booleancontainsAll(ShortCollection c)Checks whether this collection contains all elements from the given type-specific collection.booleancontainsAll(java.util.Collection<?> c)shortgetShort(long index)Returns the element at the specified position.inthashCode()Returns the hash code for this big list, which is identical toList.hashCode().longindexOf(short 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()ShortBigListIteratoriterator()Returns a type-specific iterator on the elements of this collection.longlastIndexOf(short 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.ShortBigListIteratorlistIterator()Returns a type-specific big-list iterator on this type-specific big list.ShortBigListIteratorlistIterator(long index)Returns a type-specific list iterator on this type-specific big list starting at a given index.booleanremoveAll(ShortCollection c)Remove from this collection all elements in the given type-specific collection.booleanremoveAll(java.util.Collection<?> c)voidremoveElements(long from, long to)Removes (hopefully quickly) elements of this type-specific big list.shortremoveShort(long index)Removes the element at the specified position.booleanretainAll(ShortCollection c)Retains in this collection only elements from the given type-specific collection.booleanretainAll(java.util.Collection<?> c)shortset(long index, short k)Replaces the element at the specified position in this big list with the specified element (optional operation).voidsize(long size)longsize64()ShortBigListsubList(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)short[]toShortArray()Returns a primitive type array containing the items of this collection.short[]toShortArray(short[] a)Deprecated.Methods inherited from class it.unimi.dsi.fastutil.shorts.AbstractShortBigList
add, addElements, addElements, compareTo, equals, forEach, get, getElements, indexOf, intSpliterator, lastIndexOf, peek, peekShort, pop, popShort, push, push, rem, remove, set, setElements, size, top, topShort, toStringMethods inherited from class it.unimi.dsi.fastutil.shorts.AbstractShortCollection
add, contains, remove, toArrayMethods inherited from class java.util.AbstractCollection
toArrayMethods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Collection
toArray, toArrayMethods inherited from interface it.unimi.dsi.fastutil.shorts.ShortBigList
addAll, addAll, setElements, setElements, spliteratorMethods inherited from interface it.unimi.dsi.fastutil.shorts.ShortCollection
add, contains, intIterator, intParallelStream, intStream, parallelStream, remove, removeIf, removeIf, removeIf, stream, toArrayMethods inherited from interface it.unimi.dsi.fastutil.shorts.ShortIterable
forEach, forEach
-
Method Details
-
size64
public long size64()- Specified by:
size64in interfaceit.unimi.dsi.fastutil.Size64
-
size
public void size(long size)- Specified by:
sizein interfaceit.unimi.dsi.fastutil.BigList<java.lang.Short>- Overrides:
sizein classAbstractShortBigList
-
iterator
Description copied from class:AbstractShortBigListReturns a type-specific iterator on the elements of this collection.- Specified by:
iteratorin interfacejava.util.Collection<java.lang.Short>- Specified by:
iteratorin interfacejava.lang.Iterable<java.lang.Short>- Specified by:
iteratorin interfaceShortBigList- Specified by:
iteratorin interfaceShortCollection- Specified by:
iteratorin interfaceit.unimi.dsi.fastutil.shorts.ShortIterable- Overrides:
iteratorin classAbstractShortBigList- Returns:
- a type-specific iterator on the elements of this collection.
- See Also:
Collection.iterator()
-
listIterator
Description copied from class:AbstractShortBigListReturns a type-specific big-list iterator on this type-specific big list.- Specified by:
listIteratorin interfaceit.unimi.dsi.fastutil.BigList<java.lang.Short>- Specified by:
listIteratorin interfaceShortBigList- Overrides:
listIteratorin classAbstractShortBigList- See Also:
BigList.listIterator()
-
listIterator
Description copied from class:AbstractShortBigListReturns a type-specific list iterator on this type-specific big list starting at a given index.- Specified by:
listIteratorin interfaceit.unimi.dsi.fastutil.BigList<java.lang.Short>- Specified by:
listIteratorin interfaceShortBigList- Overrides:
listIteratorin classAbstractShortBigList- See Also:
BigList.listIterator(long)
-
addAll
public boolean addAll(long index, java.util.Collection<? extends java.lang.Short> c)Description copied from class:AbstractShortBigListAdds all of the elements in the specified collection to this list (optional operation).- Specified by:
addAllin interfaceit.unimi.dsi.fastutil.BigList<java.lang.Short>- Overrides:
addAllin classAbstractShortBigList
-
subList
Description copied from interface:ShortBigListReturns a type-specific view of the portion of this type-specific big list from the indexfrom, inclusive, to the indexto, exclusive.- Specified by:
subListin interfaceit.unimi.dsi.fastutil.BigList<java.lang.Short>- Specified by:
subListin interfaceShortBigList- Overrides:
subListin classAbstractShortBigList- See Also:
BigList.subList(long,long)
-
contains
public boolean contains(short key)Description copied from class:AbstractShortBigListReturns true if this list contains the specified element.- Specified by:
containsin interfaceShortCollection- Overrides:
containsin classAbstractShortBigList- See Also:
Collection.contains(Object)
-
toShortArray
public short[] toShortArray()Description copied from interface:ShortCollectionReturns a primitive type array containing the items of this collection.- Specified by:
toShortArrayin interfaceShortCollection- Overrides:
toShortArrayin classAbstractShortCollection- 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:AbstractShortBigListRemoves (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 interfaceShortBigList- Overrides:
removeElementsin classAbstractShortBigList- Parameters:
from- the start index (inclusive).to- the end index (exclusive).
-
toShortArray
@Deprecated public short[] toShortArray(short[] a)Deprecated.Description copied from class:AbstractShortCollectionReturns 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:
toShortArrayin interfaceShortCollection- Overrides:
toShortArrayin classAbstractShortCollection- 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
Description copied from class:AbstractShortBigListInserts all of the elements in the specified type-specific collection into this type-specific big list at the specified position (optional operation).- Specified by:
addAllin interfaceShortBigList- Overrides:
addAllin classAbstractShortBigList- See Also:
List.addAll(int,java.util.Collection)
-
addAll
Description copied from class:AbstractShortBigListAdds all elements of the given type-specific collection to this collection.- Specified by:
addAllin interfaceShortCollection- Overrides:
addAllin classAbstractShortBigList- Parameters:
c- a type-specific collection.- Returns:
trueif this collection changed as a result of the call.- See Also:
Collection.addAll(Collection)
-
addAll
Description copied from interface:ShortBigListInserts all of the elements in the specified type-specific big list into this type-specific big list at the specified position (optional operation).- Specified by:
addAllin interfaceShortBigList- See Also:
BigList.addAll(long,Collection)
-
addAll
Description copied from interface:ShortBigListAppends all of the elements in the specified type-specific big list to the end of this type-specific big list (optional operation).- Specified by:
addAllin interfaceShortBigList- See Also:
Collection.addAll(Collection)
-
containsAll
Description copied from interface:ShortCollectionChecks whether this collection contains all elements from the given type-specific collection.- Specified by:
containsAllin interfaceShortCollection- Overrides:
containsAllin classAbstractShortCollection- Parameters:
c- a type-specific collection.- Returns:
trueif this collection contains all elements of the argument.- See Also:
Collection.containsAll(Collection)
-
removeAll
Description copied from interface:ShortCollectionRemove from this collection all elements in the given type-specific collection.- Specified by:
removeAllin interfaceShortCollection- Overrides:
removeAllin classAbstractShortCollection- Parameters:
c- a type-specific collection.- Returns:
trueif this collection changed as a result of the call.- See Also:
Collection.removeAll(Collection)
-
retainAll
Description copied from interface:ShortCollectionRetains in this collection only elements from the given type-specific collection.- Specified by:
retainAllin interfaceShortCollection- Overrides:
retainAllin classAbstractShortCollection- 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, short key)Description copied from class:AbstractShortBigListInserts the specified element at the specified position in this type-specific big list (optional operation).- Specified by:
addin interfaceShortBigList- Overrides:
addin classAbstractShortBigList- See Also:
BigList.add(long,Object)
-
add
public boolean add(short key)Description copied from class:AbstractShortBigListEnsures that this collection contains the specified element (optional operation).- Specified by:
addin interfaceShortCollection- Overrides:
addin classAbstractShortBigList- See Also:
Collection.add(Object)
-
getShort
public short getShort(long index)Description copied from interface:ShortBigListReturns the element at the specified position.- Specified by:
getShortin interfaceShortBigList- See Also:
BigList.get(long)
-
indexOf
public long indexOf(short k)Description copied from interface:ShortBigListReturns 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 interfaceShortBigList- Overrides:
indexOfin classAbstractShortBigList- See Also:
BigList.indexOf(Object)
-
lastIndexOf
public long lastIndexOf(short k)Description copied from interface:ShortBigListReturns 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 interfaceShortBigList- Overrides:
lastIndexOfin classAbstractShortBigList- See Also:
BigList.lastIndexOf(Object)
-
removeShort
public short removeShort(long index)Description copied from class:AbstractShortBigListRemoves the element at the specified position.- Specified by:
removeShortin interfaceShortBigList- Overrides:
removeShortin classAbstractShortBigList- See Also:
BigList.remove(long)
-
set
public short set(long index, short k)Description copied from class:AbstractShortBigListReplaces the element at the specified position in this big list with the specified element (optional operation).- Specified by:
setin interfaceShortBigList- Overrides:
setin classAbstractShortBigList- See Also:
BigList.set(long,Object)
-
isEmpty
public boolean isEmpty()- Specified by:
isEmptyin interfacejava.util.Collection<java.lang.Short>- Specified by:
isEmptyin interfaceit.unimi.dsi.fastutil.Stack<java.lang.Short>- Overrides:
isEmptyin classjava.util.AbstractCollection<java.lang.Short>
-
toArray
public <T> T[] toArray(T[] a)- Specified by:
toArrayin interfacejava.util.Collection<java.lang.Short>- Overrides:
toArrayin classjava.util.AbstractCollection<java.lang.Short>
-
containsAll
public boolean containsAll(java.util.Collection<?> c)Description copied from class:AbstractShortCollection- Specified by:
containsAllin interfacejava.util.Collection<java.lang.Short>- Overrides:
containsAllin classAbstractShortCollection
-
addAll
public boolean addAll(java.util.Collection<? extends java.lang.Short> c)Description copied from class:AbstractShortBigList- Specified by:
addAllin interfacejava.util.Collection<java.lang.Short>- Overrides:
addAllin classAbstractShortBigList
-
removeAll
public boolean removeAll(java.util.Collection<?> c)Description copied from class:AbstractShortCollection- Specified by:
removeAllin interfacejava.util.Collection<java.lang.Short>- Overrides:
removeAllin classAbstractShortCollection
-
retainAll
public boolean retainAll(java.util.Collection<?> c)Description copied from class:AbstractShortCollection- Specified by:
retainAllin interfacejava.util.Collection<java.lang.Short>- Overrides:
retainAllin classAbstractShortCollection
-
clear
public void clear()Description copied from class:AbstractShortBigList- Specified by:
clearin interfacejava.util.Collection<java.lang.Short>- Overrides:
clearin classAbstractShortBigList
-
hashCode
public int hashCode()Description copied from class:AbstractShortBigListReturns the hash code for this big list, which is identical toList.hashCode().- Specified by:
hashCodein interfacejava.util.Collection<java.lang.Short>- Overrides:
hashCodein classAbstractShortBigList- Returns:
- the hash code for this big list.
-