Uses of Interface
org.eclipse.collections.api.tuple.primitive.CharIntPair
-
Packages that use CharIntPair Package Description org.eclipse.collections.api.bag.primitive This package contains API for Primitive Bags with Mutable and Immutable variants.org.eclipse.collections.api.map.primitive This package contains API for primitive to primitive maps, primitive to object maps and object to primitive maps with mutable and immutable variants.org.eclipse.collections.impl.bag.immutable.primitive This package contains implementations of the immutable primitive bag interfaces.org.eclipse.collections.impl.bag.mutable.primitive This package contains implementations of the mutable primitive bag interfaces.org.eclipse.collections.impl.map.immutable.primitive This package contains implementations of the immutable primitive-primitive, primitive-object and object-primitive map interfaces.org.eclipse.collections.impl.map.mutable.primitive This package contains implementations of the mutable primitive-primitive, primitive-object and object-primitive map interfaces.org.eclipse.collections.impl.tuple.primitive -
-
Uses of CharIntPair in org.eclipse.collections.api.bag.primitive
Methods in org.eclipse.collections.api.bag.primitive that return types with arguments of type CharIntPair Modifier and Type Method Description ListIterable<CharIntPair>CharBag. bottomOccurrences(int count)Returns thecountleast frequently occurring items.ImmutableList<CharIntPair>ImmutableCharBag. bottomOccurrences(int count)Returns thecountleast frequently occurring items.MutableList<CharIntPair>MutableCharBag. bottomOccurrences(int count)Returns thecountleast frequently occurring items.ListIterable<CharIntPair>CharBag. topOccurrences(int count)Returns thecountmost frequently occurring items.ImmutableList<CharIntPair>ImmutableCharBag. topOccurrences(int count)Returns thecountmost frequently occurring items.MutableList<CharIntPair>MutableCharBag. topOccurrences(int count)Returns thecountmost frequently occurring items. -
Uses of CharIntPair in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive that return types with arguments of type CharIntPair Modifier and Type Method Description RichIterable<CharIntPair>CharIntMap. keyValuesView()Returns a view of the key/value pairs in this map.Methods in org.eclipse.collections.api.map.primitive with parameters of type CharIntPair Modifier and Type Method Description default voidMutableCharIntMap. putPair(CharIntPair keyValuePair)This method allows MutableCharIntMap the ability to add an element in the form of CharIntPair.Method parameters in org.eclipse.collections.api.map.primitive with type arguments of type CharIntPair Modifier and Type Method Description default MutableCharIntMapMutableCharIntMap. withAllKeyValues(java.lang.Iterable<CharIntPair> keyValuePairs)Puts all of the key/value mappings from the specified pairs into this map. -
Uses of CharIntPair in org.eclipse.collections.impl.bag.immutable.primitive
Methods in org.eclipse.collections.impl.bag.immutable.primitive that return types with arguments of type CharIntPair Modifier and Type Method Description ImmutableList<CharIntPair>ImmutableCharEmptyBag. bottomOccurrences(int count)ImmutableList<CharIntPair>ImmutableCharHashBag. bottomOccurrences(int count)ImmutableList<CharIntPair>ImmutableCharSingletonBag. bottomOccurrences(int count)ImmutableList<CharIntPair>ImmutableCharEmptyBag. topOccurrences(int count)ImmutableList<CharIntPair>ImmutableCharHashBag. topOccurrences(int count)ImmutableList<CharIntPair>ImmutableCharSingletonBag. topOccurrences(int count) -
Uses of CharIntPair in org.eclipse.collections.impl.bag.mutable.primitive
Methods in org.eclipse.collections.impl.bag.mutable.primitive that return types with arguments of type CharIntPair Modifier and Type Method Description MutableList<CharIntPair>CharHashBag. bottomOccurrences(int count)MutableList<CharIntPair>SynchronizedCharBag. bottomOccurrences(int count)MutableList<CharIntPair>UnmodifiableCharBag. bottomOccurrences(int count)protected MutableList<CharIntPair>CharHashBag. occurrencesSortingBy(int n, IntFunction<CharIntPair> function, MutableList<CharIntPair> returnWhenEmpty)protected MutableList<CharIntPair>CharHashBag. toListWithOccurrences()MutableList<CharIntPair>CharHashBag. topOccurrences(int count)MutableList<CharIntPair>SynchronizedCharBag. topOccurrences(int count)MutableList<CharIntPair>UnmodifiableCharBag. topOccurrences(int count)Method parameters in org.eclipse.collections.impl.bag.mutable.primitive with type arguments of type CharIntPair Modifier and Type Method Description protected MutableList<CharIntPair>CharHashBag. occurrencesSortingBy(int n, IntFunction<CharIntPair> function, MutableList<CharIntPair> returnWhenEmpty)protected MutableList<CharIntPair>CharHashBag. occurrencesSortingBy(int n, IntFunction<CharIntPair> function, MutableList<CharIntPair> returnWhenEmpty) -
Uses of CharIntPair in org.eclipse.collections.impl.map.immutable.primitive
Methods in org.eclipse.collections.impl.map.immutable.primitive that return types with arguments of type CharIntPair Modifier and Type Method Description RichIterable<CharIntPair>ImmutableCharIntEmptyMap. keyValuesView()RichIterable<CharIntPair>ImmutableCharIntHashMap. keyValuesView()RichIterable<CharIntPair>ImmutableCharIntSingletonMap. keyValuesView() -
Uses of CharIntPair in org.eclipse.collections.impl.map.mutable.primitive
Methods in org.eclipse.collections.impl.map.mutable.primitive that return CharIntPair Modifier and Type Method Description CharIntPairCharIntHashMap.KeyValuesView.InternalKeyValuesIterator. next()Methods in org.eclipse.collections.impl.map.mutable.primitive that return types with arguments of type CharIntPair Modifier and Type Method Description java.util.Iterator<CharIntPair>CharIntHashMap.KeyValuesView. iterator()RichIterable<CharIntPair>CharIntHashMap. keyValuesView()RichIterable<CharIntPair>SynchronizedCharIntMap. keyValuesView()RichIterable<CharIntPair>UnmodifiableCharIntMap. keyValuesView()Methods in org.eclipse.collections.impl.map.mutable.primitive with parameters of type CharIntPair Modifier and Type Method Description voidSynchronizedCharIntMap. putPair(CharIntPair keyValuePair)voidUnmodifiableCharIntMap. putPair(CharIntPair keyValuePair)Method parameters in org.eclipse.collections.impl.map.mutable.primitive with type arguments of type CharIntPair Modifier and Type Method Description voidCharIntHashMap.KeyValuesView. each(Procedure<? super CharIntPair> procedure)<P> voidCharIntHashMap.KeyValuesView. forEachWith(Procedure2<? super CharIntPair,? super P> procedure, P parameter)voidCharIntHashMap.KeyValuesView. forEachWithIndex(ObjectIntProcedure<? super CharIntPair> objectIntProcedure) -
Uses of CharIntPair in org.eclipse.collections.impl.tuple.primitive
Classes in org.eclipse.collections.impl.tuple.primitive that implement CharIntPair Modifier and Type Class Description classCharIntPairImplThis file was automatically generated from template file primitivePrimitivePairImpl.stgMethods in org.eclipse.collections.impl.tuple.primitive that return CharIntPair Modifier and Type Method Description static CharIntPairPrimitiveTuples. pair(char one, int two)Methods in org.eclipse.collections.impl.tuple.primitive with parameters of type CharIntPair Modifier and Type Method Description intCharIntPairImpl. compareTo(CharIntPair that)
-