Class MaskedOnceArrayList<T>
java.lang.Object
org.apache.sysds.runtime.ooc.cache.collections.MaskedOnceArrayList<T>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintcapacity()booleanclear(int i) voidclearLive(int i) voidforEachLive(IndexedObjectPredicate<? super T> action, boolean reversed) voidforEachVisible(Consumer<? super T> action) get(int i) booleanvoidsetLive(int i)
-
Constructor Details
-
MaskedOnceArrayList
public MaskedOnceArrayList() -
MaskedOnceArrayList
public MaskedOnceArrayList(int partitionSize)
-
-
Method Details
-
put
-
clear
public boolean clear(int i) -
get
-
setLive
public void setLive(int i) -
clearLive
public void clearLive(int i) -
capacity
public int capacity() -
forEachLive
-
forEachVisible
-