Uses of Interface
org.eclipse.collections.api.tuple.primitive.BooleanIntPair
Packages that use BooleanIntPair
Package
Description
This package contains API for Primitive Bags with Mutable and Immutable variants.
-
Uses of BooleanIntPair in org.eclipse.collections.api.bag.primitive
Methods in org.eclipse.collections.api.bag.primitive that return types with arguments of type BooleanIntPairModifier and TypeMethodDescriptionBooleanBag.bottomOccurrences(int count) Returns thecountleast frequently occurring items.ImmutableBooleanBag.bottomOccurrences(int count) Returns thecountleast frequently occurring items.MutableBooleanBag.bottomOccurrences(int count) Returns thecountleast frequently occurring items.BooleanBag.topOccurrences(int count) Returns thecountmost frequently occurring items.ImmutableBooleanBag.topOccurrences(int count) Returns thecountmost frequently occurring items.MutableBooleanBag.topOccurrences(int count) Returns thecountmost frequently occurring items.