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 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. -
Uses of BooleanIntPair in org.eclipse.collections.api.tuple.primitive
Subinterfaces with type arguments of type BooleanIntPair in org.eclipse.collections.api.tuple.primitiveModifier and TypeInterfaceDescriptioninterfaceAn instance of this interface can be created by calling PrimitiveTuples.pair(boolean, int). -
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 TypeClassDescriptionclassThis file was automatically generated from template file primitivePrimitivePairImpl.stgMethods in org.eclipse.collections.impl.tuple.primitive that return BooleanIntPairModifier and TypeMethodDescriptionstatic BooleanIntPairPrimitiveTuples.pair(boolean one, int two) Methods in org.eclipse.collections.impl.tuple.primitive with parameters of type BooleanIntPair