Uses of Interface
org.eclipse.collections.api.tuple.primitive.CharObjectPair
-
Packages that use CharObjectPair Package Description org.eclipse.collections.api.list.primitive This package contains mutable and immutable primitive list API.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.list.immutable.primitive This package contains implementations of immutable primitive list interfaces and immutable primitive list factory interfaces.org.eclipse.collections.impl.list.mutable.primitive This package contains implementations of the mutable primitive list 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.string.immutable org.eclipse.collections.impl.tuple.primitive -
-
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 CharObjectPair Modifier and Type Method Description default <T> ListIterable<CharObjectPair<T>>
CharList. zip(java.lang.Iterable<T> iterable)
Returns aListIterable
formed from thisCharList
and aListIterable
by combining corresponding elements in pairs.default <T> ImmutableList<CharObjectPair<T>>
ImmutableCharList. zip(java.lang.Iterable<T> iterable)
Returns anImmutableList
formed from thisImmutableCharList
and aListIterable
by combining corresponding elements in pairs.default <T> MutableList<CharObjectPair<T>>
MutableCharList. zip(java.lang.Iterable<T> list)
Returns aMutableList
formed from thisMutableCharList
and aListIterable
by 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 CharObjectPair Modifier and Type Method Description RichIterable<CharObjectPair<V>>
CharObjectMap. keyValuesView()
Returns a view of the key/value pairs in this map.Methods in org.eclipse.collections.api.map.primitive with parameters of type CharObjectPair Modifier and Type Method Description default V
MutableCharObjectMap. 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 CharObjectPair Modifier and Type Method Description default MutableCharObjectMap<V>
MutableCharObjectMap. withAllKeyValues(java.lang.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.impl.list.immutable.primitive
Methods in org.eclipse.collections.impl.list.immutable.primitive that return types with arguments of type CharObjectPair Modifier and Type Method Description <T> ImmutableList<CharObjectPair<T>>
ImmutableCharArrayList. zip(java.lang.Iterable<T> iterable)
<T> ImmutableList<CharObjectPair<T>>
ImmutableCharEmptyList. zip(java.lang.Iterable<T> iterable)
<T> ImmutableList<CharObjectPair<T>>
ImmutableCharSingletonList. zip(java.lang.Iterable<T> iterable)
-
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 CharObjectPair Modifier and Type Method Description <T> MutableList<CharObjectPair<T>>
CharArrayList. zip(java.lang.Iterable<T> iterable)
<T> MutableList<CharObjectPair<T>>
SynchronizedCharList. zip(java.lang.Iterable<T> iterable)
<T> MutableList<CharObjectPair<T>>
UnmodifiableCharList. zip(java.lang.Iterable<T> iterable)
-
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 CharObjectPair Modifier and Type Method Description RichIterable<CharObjectPair<V>>
ImmutableCharObjectEmptyMap. keyValuesView()
RichIterable<CharObjectPair<V>>
ImmutableCharObjectHashMap. keyValuesView()
RichIterable<CharObjectPair<V>>
ImmutableCharObjectSingletonMap. keyValuesView()
-
Uses of CharObjectPair in org.eclipse.collections.impl.map.mutable.primitive
Methods in org.eclipse.collections.impl.map.mutable.primitive that return CharObjectPair Modifier and Type Method Description CharObjectPair<V>
CharObjectHashMap.KeyValuesView.InternalKeyValuesIterator. next()
Methods in org.eclipse.collections.impl.map.mutable.primitive that return types with arguments of type CharObjectPair Modifier and Type Method Description java.util.Iterator<CharObjectPair<V>>
CharObjectHashMap.KeyValuesView. iterator()
RichIterable<CharObjectPair<V>>
CharObjectHashMap. keyValuesView()
RichIterable<CharObjectPair<V>>
SynchronizedCharObjectMap. keyValuesView()
RichIterable<CharObjectPair<V>>
UnmodifiableCharObjectMap. keyValuesView()
Methods in org.eclipse.collections.impl.map.mutable.primitive with parameters of type CharObjectPair Modifier and Type Method Description V
SynchronizedCharObjectMap. putPair(CharObjectPair<V> keyValuePair)
V
UnmodifiableCharObjectMap. putPair(CharObjectPair<V> keyValuePair)
Method parameters in org.eclipse.collections.impl.map.mutable.primitive with type arguments of type CharObjectPair Modifier and Type Method Description void
CharObjectHashMap.KeyValuesView. each(Procedure<? super CharObjectPair<V>> procedure)
<P> void
CharObjectHashMap.KeyValuesView. forEachWith(Procedure2<? super CharObjectPair<V>,? super P> procedure, P parameter)
void
CharObjectHashMap.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 Modifier and Type Method Description <T> ImmutableList<CharObjectPair<T>>
CharAdapter. zip(java.lang.Iterable<T> iterable)
-
Uses of CharObjectPair in org.eclipse.collections.impl.tuple.primitive
Classes in org.eclipse.collections.impl.tuple.primitive that implement CharObjectPair Modifier and Type Class Description class
CharObjectPairImpl<T>
This file was automatically generated from template file primitiveObjectPairImpl.stgMethods in org.eclipse.collections.impl.tuple.primitive that return CharObjectPair Modifier and Type Method Description static <T> CharObjectPair<T>
PrimitiveTuples. pair(char one, T two)
Methods in org.eclipse.collections.impl.tuple.primitive with parameters of type CharObjectPair Modifier and Type Method Description int
CharObjectPairImpl. compareTo(CharObjectPair<T> that)
-