Uses of Class
cern.colt.list.BooleanArrayList
Packages that use BooleanArrayList
Package
Description
Resizable lists holding objects or primitive data types such as int,
double, etc.
Samples (picks) random subsets of data sequences.
-
Uses of BooleanArrayList in cern.colt.list
Methods in cern.colt.list that return BooleanArrayListModifier and TypeMethodDescriptionBooleanArrayList.copy()Returns a deep copy of the receiver; usesclone()and casts the result. -
Uses of BooleanArrayList in cern.jet.random.sampling
Methods in cern.jet.random.sampling with parameters of type BooleanArrayListModifier and TypeMethodDescriptionprivate voidRandomSamplingAssistant.xsampleNextElements(BooleanArrayList acceptList) Returns whether the next elements of the input sequence shall be sampled (picked) or not.private voidWeightedRandomSampler.xsampleNextElements(BooleanArrayList acceptList) Chooses exactly one random element from successive blocks of weight input elements each.