Uses of Interface
org.eclipse.collections.api.tuple.primitive.CharCharPair
Packages that use CharCharPair
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 API for mutable and immutable primitive sets.
This package contains static utilities for creating immutable primitive collection factories.
This package contains implementations of the mutable primitive list interfaces.
This package contains implementations of the mutable primitive-primitive, primitive-object and object-primitive map interfaces.
This package contains implementations of the mutable primitive set interfaces.
-
Uses of CharCharPair in org.eclipse.collections.api.list.primitive
Methods in org.eclipse.collections.api.list.primitive that return types with arguments of type CharCharPairModifier and TypeMethodDescriptiondefault ListIterable<CharCharPair> CharList.zipChar(CharIterable iterable) Returns aListIterableformed from thisCharListand anotherCharListby combining corresponding elements in pairs.default ImmutableList<CharCharPair> ImmutableCharList.zipChar(CharIterable iterable) Returns anImmutableListformed from thisImmutableCharListand anotherCharListby combining corresponding elements in pairs.default MutableList<CharCharPair> MutableCharList.zipChar(CharIterable iterable) Returns aMutableListformed from thisMutableCharListand anotherCharListby combining corresponding elements in pairs. -
Uses of CharCharPair in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive that return types with arguments of type CharCharPairModifier and TypeMethodDescriptionCharCharMap.keyValuesView()Returns a view of the key/value pairs in this map.Methods in org.eclipse.collections.api.map.primitive with parameters of type CharCharPairModifier and TypeMethodDescriptiondefault voidMutableCharCharMap.putPair(CharCharPair keyValuePair) This method allows MutableCharCharMap the ability to add an element in the form of CharCharPair.Method parameters in org.eclipse.collections.api.map.primitive with type arguments of type CharCharPairModifier and TypeMethodDescriptiondefault MutableCharCharMapMutableCharCharMap.withAllKeyValues(Iterable<CharCharPair> keyValuePairs) Puts all of the key/value mappings from the specified pairs into this map. -
Uses of CharCharPair in org.eclipse.collections.api.set.primitive
Methods in org.eclipse.collections.api.set.primitive that return types with arguments of type CharCharPairModifier and TypeMethodDescriptionCharSet.cartesianProduct(CharSet set) Returns the set whose members are all possible ordered pairs (a, b) where a is a member ofthisand b is a member ofset. -
Uses of CharCharPair in org.eclipse.collections.api.tuple.primitive
Subinterfaces with type arguments of type CharCharPair in org.eclipse.collections.api.tuple.primitiveModifier and TypeInterfaceDescriptioninterfaceAn instance of this interface can be created by calling PrimitiveTuples.pair(char, char). -
Uses of CharCharPair in org.eclipse.collections.impl.factory.primitive
Methods in org.eclipse.collections.impl.factory.primitive that return types with arguments of type CharCharPairModifier and TypeMethodDescriptionstatic <A,B> LazyIterable <CharCharPair> CharSets.cartesianProduct(CharSet set1, CharSet set2) -
Uses of CharCharPair in org.eclipse.collections.impl.list.mutable.primitive
Methods in org.eclipse.collections.impl.list.mutable.primitive that return types with arguments of type CharCharPairModifier and TypeMethodDescriptionCharArrayList.zipChar(CharIterable iterable) SynchronizedCharList.zipChar(CharIterable iterable) UnmodifiableCharList.zipChar(CharIterable iterable) -
Uses of CharCharPair in org.eclipse.collections.impl.map.mutable.primitive
Methods in org.eclipse.collections.impl.map.mutable.primitive that return types with arguments of type CharCharPairModifier and TypeMethodDescriptionAbstractMutableCharKeySet.cartesianProduct(CharSet set) CharCharHashMap.keyValuesView()SynchronizedCharCharMap.keyValuesView()UnmodifiableCharCharMap.keyValuesView()Methods in org.eclipse.collections.impl.map.mutable.primitive with parameters of type CharCharPairModifier and TypeMethodDescriptionvoidSynchronizedCharCharMap.putPair(CharCharPair keyValuePair) voidUnmodifiableCharCharMap.putPair(CharCharPair keyValuePair) -
Uses of CharCharPair in org.eclipse.collections.impl.set.mutable.primitive
Methods in org.eclipse.collections.impl.set.mutable.primitive that return types with arguments of type CharCharPairModifier and TypeMethodDescriptionSynchronizedCharSet.cartesianProduct(CharSet set) UnmodifiableCharSet.cartesianProduct(CharSet set) -
Uses of CharCharPair in org.eclipse.collections.impl.set.primitive
Methods in org.eclipse.collections.impl.set.primitive that return types with arguments of type CharCharPair -
Uses of CharCharPair in org.eclipse.collections.impl.string.immutable
Methods in org.eclipse.collections.impl.string.immutable that return types with arguments of type CharCharPair -
Uses of CharCharPair in org.eclipse.collections.impl.tuple.primitive
Classes in org.eclipse.collections.impl.tuple.primitive that implement CharCharPairModifier and TypeClassDescriptionclassThis file was automatically generated from template file primitivePrimitivePairImpl.stgMethods in org.eclipse.collections.impl.tuple.primitive that return CharCharPairMethods in org.eclipse.collections.impl.tuple.primitive with parameters of type CharCharPair