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.
This package contains implementations of the immutable primitive bag interfaces.
This package contains implementations of the mutable primitive bag interfaces.
-
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 thecount
least frequently occurring items.ImmutableBooleanBag.bottomOccurrences
(int count) Returns thecount
least frequently occurring items.MutableBooleanBag.bottomOccurrences
(int count) Returns thecount
least frequently occurring items.BooleanBag.topOccurrences
(int count) Returns thecount
most frequently occurring items.ImmutableBooleanBag.topOccurrences
(int count) Returns thecount
most frequently occurring items.MutableBooleanBag.topOccurrences
(int count) Returns thecount
most frequently occurring items. -
Uses of BooleanIntPair in org.eclipse.collections.impl.bag.immutable.primitive
Methods in org.eclipse.collections.impl.bag.immutable.primitive that return types with arguments of type BooleanIntPairModifier and TypeMethodDescriptionImmutableBooleanEmptyBag.bottomOccurrences
(int count) ImmutableBooleanHashBag.bottomOccurrences
(int count) ImmutableBooleanSingletonBag.bottomOccurrences
(int count) ImmutableBooleanEmptyBag.topOccurrences
(int count) ImmutableBooleanHashBag.topOccurrences
(int count) ImmutableBooleanSingletonBag.topOccurrences
(int count) -
Uses of BooleanIntPair in org.eclipse.collections.impl.bag.mutable.primitive
Methods in org.eclipse.collections.impl.bag.mutable.primitive that return types with arguments of type BooleanIntPairModifier and TypeMethodDescriptionBooleanHashBag.bottomOccurrences
(int count) SynchronizedBooleanBag.bottomOccurrences
(int count) UnmodifiableBooleanBag.bottomOccurrences
(int count) BooleanHashBag.topOccurrences
(int count) SynchronizedBooleanBag.topOccurrences
(int count) UnmodifiableBooleanBag.topOccurrences
(int count) -
Uses of BooleanIntPair in org.eclipse.collections.impl.tuple.primitive
Classes in org.eclipse.collections.impl.tuple.primitive that implement BooleanIntPairModifier and TypeClassDescriptionclass
This file was automatically generated from template file primitivePrimitivePairImpl.stgMethods in org.eclipse.collections.impl.tuple.primitive that return BooleanIntPairModifier and TypeMethodDescriptionstatic BooleanIntPair
PrimitiveTuples.pair
(boolean one, int two) Methods in org.eclipse.collections.impl.tuple.primitive with parameters of type BooleanIntPair