Uses of Interface
org.eclipse.collections.api.tuple.primitive.ByteIntPair
Packages that use ByteIntPair
Package
Description
This package contains API for Primitive Bags with Mutable and Immutable variants.
This package contains API for primitive to primitive maps, primitive to object maps and object to primitive maps 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.
This package contains implementations of the immutable primitive-primitive, primitive-object and object-primitive map interfaces.
This package contains implementations of the mutable primitive-primitive, primitive-object and object-primitive map interfaces.
-
Uses of ByteIntPair in org.eclipse.collections.api.bag.primitive
Methods in org.eclipse.collections.api.bag.primitive that return types with arguments of type ByteIntPairModifier and TypeMethodDescriptionByteBag.bottomOccurrences
(int count) Returns thecount
least frequently occurring items.ImmutableByteBag.bottomOccurrences
(int count) Returns thecount
least frequently occurring items.MutableByteBag.bottomOccurrences
(int count) Returns thecount
least frequently occurring items.ByteBag.topOccurrences
(int count) Returns thecount
most frequently occurring items.ImmutableByteBag.topOccurrences
(int count) Returns thecount
most frequently occurring items.MutableByteBag.topOccurrences
(int count) Returns thecount
most frequently occurring items. -
Uses of ByteIntPair in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive that return types with arguments of type ByteIntPairModifier and TypeMethodDescriptionByteIntMap.keyValuesView()
Returns a view of the key/value pairs in this map.Methods in org.eclipse.collections.api.map.primitive with parameters of type ByteIntPairModifier and TypeMethodDescriptiondefault void
MutableByteIntMap.putPair
(ByteIntPair keyValuePair) This method allows MutableByteIntMap the ability to add an element in the form of ByteIntPair.Method parameters in org.eclipse.collections.api.map.primitive with type arguments of type ByteIntPairModifier and TypeMethodDescriptiondefault MutableByteIntMap
MutableByteIntMap.withAllKeyValues
(Iterable<ByteIntPair> keyValuePairs) Puts all of the key/value mappings from the specified pairs into this map. -
Uses of ByteIntPair in org.eclipse.collections.impl.bag.immutable.primitive
Methods in org.eclipse.collections.impl.bag.immutable.primitive that return types with arguments of type ByteIntPairModifier and TypeMethodDescriptionImmutableByteEmptyBag.bottomOccurrences
(int count) ImmutableByteHashBag.bottomOccurrences
(int count) ImmutableByteSingletonBag.bottomOccurrences
(int count) ImmutableByteEmptyBag.topOccurrences
(int count) ImmutableByteHashBag.topOccurrences
(int count) ImmutableByteSingletonBag.topOccurrences
(int count) -
Uses of ByteIntPair in org.eclipse.collections.impl.bag.mutable.primitive
Methods in org.eclipse.collections.impl.bag.mutable.primitive that return types with arguments of type ByteIntPairModifier and TypeMethodDescriptionByteHashBag.bottomOccurrences
(int count) SynchronizedByteBag.bottomOccurrences
(int count) UnmodifiableByteBag.bottomOccurrences
(int count) protected MutableList
<ByteIntPair> ByteHashBag.occurrencesSortingBy
(int n, IntFunction<ByteIntPair> function, MutableList<ByteIntPair> returnWhenEmpty) protected MutableList
<ByteIntPair> ByteHashBag.toListWithOccurrences()
ByteHashBag.topOccurrences
(int count) SynchronizedByteBag.topOccurrences
(int count) UnmodifiableByteBag.topOccurrences
(int count) Method parameters in org.eclipse.collections.impl.bag.mutable.primitive with type arguments of type ByteIntPairModifier and TypeMethodDescriptionprotected MutableList
<ByteIntPair> ByteHashBag.occurrencesSortingBy
(int n, IntFunction<ByteIntPair> function, MutableList<ByteIntPair> returnWhenEmpty) protected MutableList
<ByteIntPair> ByteHashBag.occurrencesSortingBy
(int n, IntFunction<ByteIntPair> function, MutableList<ByteIntPair> returnWhenEmpty) -
Uses of ByteIntPair in org.eclipse.collections.impl.map.immutable.primitive
Methods in org.eclipse.collections.impl.map.immutable.primitive that return types with arguments of type ByteIntPairModifier and TypeMethodDescriptionImmutableByteIntEmptyMap.keyValuesView()
ImmutableByteIntHashMap.keyValuesView()
ImmutableByteIntSingletonMap.keyValuesView()
-
Uses of ByteIntPair in org.eclipse.collections.impl.map.mutable.primitive
Methods in org.eclipse.collections.impl.map.mutable.primitive that return ByteIntPairMethods in org.eclipse.collections.impl.map.mutable.primitive that return types with arguments of type ByteIntPairModifier and TypeMethodDescriptionByteIntHashMap.KeyValuesView.iterator()
ByteIntHashMap.keyValuesView()
SynchronizedByteIntMap.keyValuesView()
UnmodifiableByteIntMap.keyValuesView()
Methods in org.eclipse.collections.impl.map.mutable.primitive with parameters of type ByteIntPairModifier and TypeMethodDescriptionvoid
SynchronizedByteIntMap.putPair
(ByteIntPair keyValuePair) void
UnmodifiableByteIntMap.putPair
(ByteIntPair keyValuePair) Method parameters in org.eclipse.collections.impl.map.mutable.primitive with type arguments of type ByteIntPairModifier and TypeMethodDescriptionvoid
ByteIntHashMap.KeyValuesView.each
(Procedure<? super ByteIntPair> procedure) <P> void
ByteIntHashMap.KeyValuesView.forEachWith
(Procedure2<? super ByteIntPair, ? super P> procedure, P parameter) void
ByteIntHashMap.KeyValuesView.forEachWithIndex
(ObjectIntProcedure<? super ByteIntPair> objectIntProcedure) -
Uses of ByteIntPair in org.eclipse.collections.impl.tuple.primitive
Classes in org.eclipse.collections.impl.tuple.primitive that implement ByteIntPairModifier and TypeClassDescriptionclass
This file was automatically generated from template file primitivePrimitivePairImpl.stgMethods in org.eclipse.collections.impl.tuple.primitive that return ByteIntPairMethods in org.eclipse.collections.impl.tuple.primitive with parameters of type ByteIntPair