Uses of Interface
org.eclipse.collections.api.tuple.primitive.CharObjectPair
Packages that use CharObjectPair
Package
Description
This package contains mutable and immutable primitive list API.
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 immutable primitive list interfaces and immutable primitive list factory interfaces.
This package contains implementations of the mutable primitive list 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 CharObjectPair in org.eclipse.collections.api.list.primitive
Methods in org.eclipse.collections.api.list.primitive that return types with arguments of type CharObjectPairModifier and TypeMethodDescriptiondefault <T> ListIterable<CharObjectPair<T>> Returns aListIterableformed from thisCharListand aListIterableby combining corresponding elements in pairs.default <T> ImmutableList<CharObjectPair<T>> Returns anImmutableListformed from thisImmutableCharListand aListIterableby combining corresponding elements in pairs.default <T> MutableList<CharObjectPair<T>> Returns aMutableListformed from thisMutableCharListand aListIterableby combining corresponding elements in pairs. -
Uses of CharObjectPair in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive that return types with arguments of type CharObjectPairModifier and TypeMethodDescriptionCharObjectMap.keyValuesView()Returns a view of the key/value pairs in this map.Methods in org.eclipse.collections.api.map.primitive with parameters of type CharObjectPairModifier and TypeMethodDescriptiondefault VMutableCharObjectMap.putPair(CharObjectPair<V> keyValuePair) This method allows MutableCharObjectMap the ability to add an element in the form ofCharObjectPair<V>.Method parameters in org.eclipse.collections.api.map.primitive with type arguments of type CharObjectPairModifier and TypeMethodDescriptiondefault MutableCharObjectMap<V> MutableCharObjectMap.withAllKeyValues(Iterable<CharObjectPair<V>> keyValuePairs) Puts all of the key/value mappings from the specified pairs into this map. -
Uses of CharObjectPair in org.eclipse.collections.api.tuple.primitive
Subinterfaces with type arguments of type CharObjectPair in org.eclipse.collections.api.tuple.primitiveModifier and TypeInterfaceDescriptioninterfaceAn instance of this interface can be created by calling PrimitiveTuples.pair(char, Object). -
Uses of CharObjectPair in org.eclipse.collections.impl.list.immutable.primitive
Methods in org.eclipse.collections.impl.list.immutable.primitive that return types with arguments of type CharObjectPairModifier and TypeMethodDescription<T> ImmutableList<CharObjectPair<T>> <T> ImmutableList<CharObjectPair<T>> <T> ImmutableList<CharObjectPair<T>> -
Uses of CharObjectPair in org.eclipse.collections.impl.list.mutable.primitive
Methods in org.eclipse.collections.impl.list.mutable.primitive that return types with arguments of type CharObjectPairModifier and TypeMethodDescription<T> MutableList<CharObjectPair<T>> <T> MutableList<CharObjectPair<T>> <T> MutableList<CharObjectPair<T>> -
Uses of CharObjectPair in org.eclipse.collections.impl.map.immutable.primitive
Methods in org.eclipse.collections.impl.map.immutable.primitive that return types with arguments of type CharObjectPairModifier and TypeMethodDescriptionImmutableCharObjectEmptyMap.keyValuesView()ImmutableCharObjectHashMap.keyValuesView()ImmutableCharObjectSingletonMap.keyValuesView() -
Uses of CharObjectPair in org.eclipse.collections.impl.map.mutable.primitive
Subclasses with type arguments of type CharObjectPair in org.eclipse.collections.impl.map.mutable.primitiveClasses in org.eclipse.collections.impl.map.mutable.primitive that implement interfaces with type arguments of type CharObjectPairMethods in org.eclipse.collections.impl.map.mutable.primitive that return CharObjectPairModifier and TypeMethodDescriptionCharObjectHashMap.KeyValuesView.InternalKeyValuesIterator.next()Methods in org.eclipse.collections.impl.map.mutable.primitive that return types with arguments of type CharObjectPairModifier and TypeMethodDescriptionCharObjectHashMap.KeyValuesView.iterator()CharObjectHashMap.keyValuesView()SynchronizedCharObjectMap.keyValuesView()UnmodifiableCharObjectMap.keyValuesView()Methods in org.eclipse.collections.impl.map.mutable.primitive with parameters of type CharObjectPairModifier and TypeMethodDescriptionSynchronizedCharObjectMap.putPair(CharObjectPair<V> keyValuePair) UnmodifiableCharObjectMap.putPair(CharObjectPair<V> keyValuePair) Method parameters in org.eclipse.collections.impl.map.mutable.primitive with type arguments of type CharObjectPairModifier and TypeMethodDescriptionvoidCharObjectHashMap.KeyValuesView.each(Procedure<? super CharObjectPair<V>> procedure) <P> voidCharObjectHashMap.KeyValuesView.forEachWith(Procedure2<? super CharObjectPair<V>, ? super P> procedure, P parameter) voidCharObjectHashMap.KeyValuesView.forEachWithIndex(ObjectIntProcedure<? super CharObjectPair<V>> objectIntProcedure) -
Uses of CharObjectPair in org.eclipse.collections.impl.string.immutable
Methods in org.eclipse.collections.impl.string.immutable that return types with arguments of type CharObjectPair -
Uses of CharObjectPair in org.eclipse.collections.impl.tuple.primitive
Classes in org.eclipse.collections.impl.tuple.primitive that implement CharObjectPairModifier and TypeClassDescriptionclassThis file was automatically generated from template file primitiveObjectPairImpl.stgMethods in org.eclipse.collections.impl.tuple.primitive that return CharObjectPairModifier and TypeMethodDescriptionstatic <T> CharObjectPair<T> PrimitiveTuples.pair(char one, T two) Methods in org.eclipse.collections.impl.tuple.primitive with parameters of type CharObjectPair