Uses of Class
cern.colt.list.BooleanArrayList
-
Packages that use BooleanArrayList Package Description cern.colt.list Resizable lists holding objects or primitive data types such as int, double, etc.cern.jet.random.sampling Samples (picks) random subsets of data sequences. -
-
Uses of BooleanArrayList in cern.colt.list
Methods in cern.colt.list that return BooleanArrayList Modifier and Type Method Description BooleanArrayList
BooleanArrayList. 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 BooleanArrayList Modifier and Type Method Description private void
RandomSamplingAssistant. xsampleNextElements(BooleanArrayList acceptList)
Returns whether the next elements of the input sequence shall be sampled (picked) or not.private void
WeightedRandomSampler. xsampleNextElements(BooleanArrayList acceptList)
Chooses exactly one random element from successive blocks of weight input elements each.
-