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 void
MutableObjectCharMap. 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 void
SynchronizedObjectCharMap. putPair(ObjectCharPair<K> keyValuePair)
void
UnmodifiableObjectCharMap. 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 void
ObjectCharHashMap.KeyValuesView. each(Procedure<? super ObjectCharPair<K>> procedure)
void
ObjectCharHashMapWithHashingStrategy.KeyValuesView. each(Procedure<? super ObjectCharPair<K>> procedure)
<P> void
ObjectCharHashMap.KeyValuesView. forEachWith(Procedure2<? super ObjectCharPair<K>,? super P> procedure, P parameter)
<P> void
ObjectCharHashMapWithHashingStrategy.KeyValuesView. forEachWith(Procedure2<? super ObjectCharPair<K>,? super P> procedure, P parameter)
void
ObjectCharHashMap.KeyValuesView. forEachWithIndex(ObjectIntProcedure<? super ObjectCharPair<K>> objectIntProcedure)
void
ObjectCharHashMapWithHashingStrategy.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 class
ObjectCharPairImpl<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 int
ObjectCharPairImpl. compareTo(ObjectCharPair<T> that)
-