Package it.unimi.dsi.fastutil.booleans
Class BooleanBigLists.Singleton
java.lang.Object
java.util.AbstractCollection<Boolean>
it.unimi.dsi.fastutil.booleans.AbstractBooleanCollection
it.unimi.dsi.fastutil.booleans.AbstractBooleanBigList
it.unimi.dsi.fastutil.booleans.BooleanBigLists.Singleton
- All Implemented Interfaces:
BigList<Boolean>,BooleanBigList,BooleanCollection,BooleanIterable,BooleanStack,Size64,Stack<Boolean>,Serializable,Cloneable,Comparable<BigList<? extends Boolean>>,Iterable<Boolean>,Collection<Boolean>
- Enclosing class:
- BooleanBigLists
public static class BooleanBigLists.Singleton
extends AbstractBooleanBigList
implements Serializable, Cloneable
An immutable class representing a type-specific singleton big list.
This class may be useful to implement your own in case you subclass a type-specific big list.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class it.unimi.dsi.fastutil.booleans.AbstractBooleanBigList
AbstractBooleanBigList.BooleanRandomAccessSubList, AbstractBooleanBigList.BooleanSubList -
Method Summary
Modifier and TypeMethodDescriptionbooleanaddAll(long i, BooleanBigList 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 i, BooleanCollection 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 i, Collection<? extends Boolean> c) Adds all of the elements in the specified collection to this list (optional operation).booleanAppends all of the elements in the specified type-specific big list to the end of this type-specific big list (optional operation).booleanAdds all elements of the given type-specific collection to this collection.booleanaddAll(Collection<? extends Boolean> c) voidclear()clone()booleancontains(boolean k) Returns true if this list contains the specified element.booleangetBoolean(long i) Returns the element at the specified position.longindexOf(boolean 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.Returns a type-specific big-list iterator on this type-specific big list.listIterator(long i) Returns a type-specific list iterator on this type-specific big list starting at a given index.booleanrem(boolean k) Removes a single instance of the specified element from this collection, if it is present (optional operation).booleanRemove from this collection all elements in the given type-specific collection.booleanremoveAll(Collection<?> c) booleanremoveBoolean(long i) Removes the element at the specified position.booleanRetains in this collection only elements from the given type-specific collection.booleanretainAll(Collection<?> c) longsize64()Returns the size of this data structure as a long.Returns a type-specific spliterator on the elements of this big-list.subList(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.boolean[]Returns a primitive type array containing the items of this collection.Methods inherited from class it.unimi.dsi.fastutil.booleans.AbstractBooleanBigList
add, add, add, addElements, addElements, compareTo, equals, forEach, get, getElements, hashCode, indexOf, iterator, lastIndexOf, lastIndexOf, peek, peekBoolean, pop, popBoolean, push, push, remove, removeElements, set, set, setElements, size, size, top, topBoolean, toStringMethods inherited from class it.unimi.dsi.fastutil.booleans.AbstractBooleanCollection
add, contains, containsAll, containsAll, remove, toArray, toBooleanArrayMethods inherited from class java.util.AbstractCollection
isEmpty, toArray, toArrayMethods inherited from interface it.unimi.dsi.fastutil.booleans.BooleanBigList
addAll, addAll, getElements, setElements, setElementsMethods inherited from interface it.unimi.dsi.fastutil.booleans.BooleanCollection
add, contains, containsAll, remove, removeIf, removeIf, toArray, toBooleanArrayMethods inherited from interface it.unimi.dsi.fastutil.booleans.BooleanIterable
forEachMethods inherited from interface java.util.Collection
containsAll, isEmpty, parallelStream, stream, toArray, toArray, toArray
-
Method Details
-
getBoolean
public boolean getBoolean(long i) Description copied from interface:BooleanBigListReturns the element at the specified position.- Specified by:
getBooleanin interfaceBooleanBigList- See Also:
-
rem
public boolean rem(boolean k) Description copied from class:AbstractBooleanBigListRemoves a single instance of the specified element from this collection, if it is present (optional operation).- Specified by:
remin interfaceBooleanCollection- Overrides:
remin classAbstractBooleanBigList- See Also:
-
removeBoolean
public boolean removeBoolean(long i) Description copied from class:AbstractBooleanBigListRemoves the element at the specified position.- Specified by:
removeBooleanin interfaceBooleanBigList- Overrides:
removeBooleanin classAbstractBooleanBigList- See Also:
-
contains
public boolean contains(boolean k) Description copied from class:AbstractBooleanBigListReturns true if this list contains the specified element.- Specified by:
containsin interfaceBooleanCollection- Overrides:
containsin classAbstractBooleanBigList- See Also:
-
indexOf
public long indexOf(boolean k) Description copied from interface:BooleanBigListReturns 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 interfaceBooleanBigList- Overrides:
indexOfin classAbstractBooleanBigList- See Also:
-
toBooleanArray
public boolean[] toBooleanArray()Description copied from interface:BooleanCollectionReturns a primitive type array containing the items of this collection.- Specified by:
toBooleanArrayin interfaceBooleanCollection- Overrides:
toBooleanArrayin classAbstractBooleanCollection- Returns:
- a primitive type array containing the items of this collection.
- See Also:
-
listIterator
Description copied from class:AbstractBooleanBigListReturns a type-specific big-list iterator on this type-specific big list.- Specified by:
listIteratorin interfaceBigList<Boolean>- Specified by:
listIteratorin interfaceBooleanBigList- Overrides:
listIteratorin classAbstractBooleanBigList- Returns:
- a big-list iterator over the elements in this big list.
- See Also:
-
listIterator
Description copied from class:AbstractBooleanBigListReturns a type-specific list iterator on this type-specific big list starting at a given index.- Specified by:
listIteratorin interfaceBigList<Boolean>- Specified by:
listIteratorin interfaceBooleanBigList- Overrides:
listIteratorin classAbstractBooleanBigList- Parameters:
i- 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:
-
spliterator
Description copied from interface:BooleanBigListReturns a type-specific spliterator on the elements of this big-list.BigList spliterators must report at least
Spliterator.SIZEDandSpliterator.ORDERED.See
List.spliterator()for more documentation on the requirements of the returned spliterator (despiteBigListnot being aList, most of the same requirements apply.- Specified by:
spliteratorin interfaceBooleanBigList- Specified by:
spliteratorin interfaceBooleanCollection- Specified by:
spliteratorin interfaceBooleanIterable- Specified by:
spliteratorin interfaceCollection<Boolean>- Specified by:
spliteratorin interfaceIterable<Boolean>- Returns:
- a type-specific spliterator on the elements of this collection.
-
subList
Description copied from interface:BooleanBigListReturns a type-specific view of the portion of this type-specific big list from the indexfrom, inclusive, to the indexto, exclusive.- Specified by:
subListin interfaceBigList<Boolean>- Specified by:
subListin interfaceBooleanBigList- Overrides:
subListin classAbstractBooleanBigList- Parameters:
from- the starting element (inclusive).to- the ending element (exclusive).- Returns:
- a big sublist view of this big list.
- See Also:
-
addAll
Description copied from class:AbstractBooleanBigListAdds all of the elements in the specified collection to this list (optional operation).- Specified by:
addAllin interfaceBigList<Boolean>- Overrides:
addAllin classAbstractBooleanBigList- Parameters:
i- 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:
-
addAll
Description copied from class:AbstractBooleanBigList- Specified by:
addAllin interfaceCollection<Boolean>- Overrides:
addAllin classAbstractBooleanBigList
-
removeAll
Description copied from class:AbstractBooleanCollection- Specified by:
removeAllin interfaceCollection<Boolean>- Overrides:
removeAllin classAbstractBooleanCollection
-
retainAll
Description copied from class:AbstractBooleanCollection- Specified by:
retainAllin interfaceCollection<Boolean>- Overrides:
retainAllin classAbstractBooleanCollection
-
addAll
Description copied from interface:BooleanBigListAppends 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 interfaceBooleanBigList- See Also:
-
addAll
Description copied from interface:BooleanBigListInserts 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 interfaceBooleanBigList- See Also:
-
addAll
Description copied from class:AbstractBooleanBigListInserts 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 interfaceBooleanBigList- Overrides:
addAllin classAbstractBooleanBigList- See Also:
-
addAll
Description copied from class:AbstractBooleanBigListAdds all elements of the given type-specific collection to this collection.- Specified by:
addAllin interfaceBooleanCollection- Overrides:
addAllin classAbstractBooleanBigList- Parameters:
c- a type-specific collection.- Returns:
trueif this collection changed as a result of the call.- See Also:
-
removeAll
Description copied from interface:BooleanCollectionRemove from this collection all elements in the given type-specific collection.- Specified by:
removeAllin interfaceBooleanCollection- Overrides:
removeAllin classAbstractBooleanCollection- Parameters:
c- a type-specific collection.- Returns:
trueif this collection changed as a result of the call.- See Also:
-
retainAll
Description copied from interface:BooleanCollectionRetains in this collection only elements from the given type-specific collection.- Specified by:
retainAllin interfaceBooleanCollection- Overrides:
retainAllin classAbstractBooleanCollection- Parameters:
c- a type-specific collection.- Returns:
trueif this collection changed as a result of the call.- See Also:
-
clear
public void clear()Description copied from class:AbstractBooleanBigList- Specified by:
clearin interfaceCollection<Boolean>- Overrides:
clearin classAbstractBooleanBigList
-
size64
public long size64()Description copied from interface:Size64Returns the size of this data structure as a long. -
clone
-