Uses of Interface
org.eclipse.collections.api.tuple.primitive.ObjectCharPair
-
Packages that use ObjectCharPair Package Description 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.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 ObjectCharPair in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive that return types with arguments of type ObjectCharPair Modifier and Type Method Description RichIterable<ObjectCharPair<K>>ObjectCharMap. keyValuesView()Returns a view of the key/value pairs in this map.Methods in org.eclipse.collections.api.map.primitive with parameters of type ObjectCharPair Modifier and Type Method Description default voidMutableObjectCharMap. putPair(ObjectCharPair<K> keyValuePair)This method allows MutableObjectCharMap the ability to add an element in the form ofObjectCharPair<K>.Method parameters in org.eclipse.collections.api.map.primitive with type arguments of type ObjectCharPair Modifier and Type Method Description default MutableObjectCharMap<K>MutableObjectCharMap. withAllKeyValues(java.lang.Iterable<ObjectCharPair<K>> keyValuePairs) -
Uses of ObjectCharPair in org.eclipse.collections.impl.map.immutable.primitive
Methods in org.eclipse.collections.impl.map.immutable.primitive that return types with arguments of type ObjectCharPair Modifier and Type Method Description RichIterable<ObjectCharPair<K>>ImmutableObjectCharEmptyMap. keyValuesView()RichIterable<ObjectCharPair<K>>ImmutableObjectCharHashMap. keyValuesView()RichIterable<ObjectCharPair<K>>ImmutableObjectCharSingletonMap. keyValuesView() -
Uses of ObjectCharPair in org.eclipse.collections.impl.map.mutable.primitive
Methods in org.eclipse.collections.impl.map.mutable.primitive that return ObjectCharPair Modifier and Type Method Description ObjectCharPair<K>ObjectCharHashMap.KeyValuesView.InternalKeyValuesIterator. next()ObjectCharPair<K>ObjectCharHashMapWithHashingStrategy.KeyValuesView.InternalKeyValuesIterator. next()Methods in org.eclipse.collections.impl.map.mutable.primitive that return types with arguments of type ObjectCharPair Modifier and Type Method Description java.util.Iterator<ObjectCharPair<K>>ObjectCharHashMap.KeyValuesView. iterator()java.util.Iterator<ObjectCharPair<K>>ObjectCharHashMapWithHashingStrategy.KeyValuesView. iterator()RichIterable<ObjectCharPair<K>>ObjectCharHashMap. keyValuesView()RichIterable<ObjectCharPair<K>>ObjectCharHashMapWithHashingStrategy. keyValuesView()RichIterable<ObjectCharPair<K>>SynchronizedObjectCharMap. keyValuesView()RichIterable<ObjectCharPair<K>>UnmodifiableObjectCharMap. keyValuesView()Methods in org.eclipse.collections.impl.map.mutable.primitive with parameters of type ObjectCharPair Modifier and Type Method Description voidSynchronizedObjectCharMap. putPair(ObjectCharPair<K> keyValuePair)voidUnmodifiableObjectCharMap. putPair(ObjectCharPair<K> keyValuePair)Method parameters in org.eclipse.collections.impl.map.mutable.primitive with type arguments of type ObjectCharPair Modifier and Type Method Description voidObjectCharHashMap.KeyValuesView. each(Procedure<? super ObjectCharPair<K>> procedure)voidObjectCharHashMapWithHashingStrategy.KeyValuesView. each(Procedure<? super ObjectCharPair<K>> procedure)<P> voidObjectCharHashMap.KeyValuesView. forEachWith(Procedure2<? super ObjectCharPair<K>,? super P> procedure, P parameter)<P> voidObjectCharHashMapWithHashingStrategy.KeyValuesView. forEachWith(Procedure2<? super ObjectCharPair<K>,? super P> procedure, P parameter)voidObjectCharHashMap.KeyValuesView. forEachWithIndex(ObjectIntProcedure<? super ObjectCharPair<K>> objectIntProcedure)voidObjectCharHashMapWithHashingStrategy.KeyValuesView. forEachWithIndex(ObjectIntProcedure<? super ObjectCharPair<K>> objectIntProcedure) -
Uses of ObjectCharPair in org.eclipse.collections.impl.tuple.primitive
Classes in org.eclipse.collections.impl.tuple.primitive that implement ObjectCharPair Modifier and Type Class Description classObjectCharPairImpl<T>This file was automatically generated from template file objectPrimitivePairImpl.stgMethods in org.eclipse.collections.impl.tuple.primitive that return ObjectCharPair Modifier and Type Method Description static <T> ObjectCharPair<T>PrimitiveTuples. pair(T one, char two)Methods in org.eclipse.collections.impl.tuple.primitive with parameters of type ObjectCharPair Modifier and Type Method Description intObjectCharPairImpl. compareTo(ObjectCharPair<T> that)
-