Uses of Interface
org.eclipse.collections.api.tuple.primitive.LongObjectPair
-
Packages that use LongObjectPair 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.list.primitive This package contains implementations of the 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.tuple.primitive -
-
Uses of LongObjectPair in org.eclipse.collections.api.list.primitive
Methods in org.eclipse.collections.api.list.primitive that return types with arguments of type LongObjectPair Modifier and Type Method Description default <T> ImmutableList<LongObjectPair<T>>ImmutableLongList. zip(java.lang.Iterable<T> iterable)Returns anImmutableListformed from thisImmutableLongListand aListIterableby combining corresponding elements in pairs.default <T> ListIterable<LongObjectPair<T>>LongList. zip(java.lang.Iterable<T> iterable)Returns aListIterableformed from thisLongListand aListIterableby combining corresponding elements in pairs.default <T> MutableList<LongObjectPair<T>>MutableLongList. zip(java.lang.Iterable<T> list)Returns aMutableListformed from thisMutableLongListand aListIterableby combining corresponding elements in pairs. -
Uses of LongObjectPair in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive that return types with arguments of type LongObjectPair Modifier and Type Method Description RichIterable<LongObjectPair<V>>LongObjectMap. keyValuesView()Returns a view of the key/value pairs in this map.Methods in org.eclipse.collections.api.map.primitive with parameters of type LongObjectPair Modifier and Type Method Description default VMutableLongObjectMap. putPair(LongObjectPair<V> keyValuePair)This method allows MutableLongObjectMap the ability to add an element in the form ofLongObjectPair<V>.Method parameters in org.eclipse.collections.api.map.primitive with type arguments of type LongObjectPair Modifier and Type Method Description default MutableLongObjectMap<V>MutableLongObjectMap. withAllKeyValues(java.lang.Iterable<LongObjectPair<V>> keyValuePairs)Puts all of the key/value mappings from the specified pairs into this map. -
Uses of LongObjectPair in org.eclipse.collections.impl.list.immutable.primitive
Methods in org.eclipse.collections.impl.list.immutable.primitive that return types with arguments of type LongObjectPair Modifier and Type Method Description <T> ImmutableList<LongObjectPair<T>>ImmutableLongArrayList. zip(java.lang.Iterable<T> iterable)<T> ImmutableList<LongObjectPair<T>>ImmutableLongEmptyList. zip(java.lang.Iterable<T> iterable)<T> ImmutableList<LongObjectPair<T>>ImmutableLongSingletonList. zip(java.lang.Iterable<T> iterable) -
Uses of LongObjectPair in org.eclipse.collections.impl.list.mutable.primitive
Methods in org.eclipse.collections.impl.list.mutable.primitive that return types with arguments of type LongObjectPair Modifier and Type Method Description <T> MutableList<LongObjectPair<T>>LongArrayList. zip(java.lang.Iterable<T> iterable)<T> MutableList<LongObjectPair<T>>SynchronizedLongList. zip(java.lang.Iterable<T> iterable)<T> MutableList<LongObjectPair<T>>UnmodifiableLongList. zip(java.lang.Iterable<T> iterable) -
Uses of LongObjectPair in org.eclipse.collections.impl.list.primitive
Methods in org.eclipse.collections.impl.list.primitive that return types with arguments of type LongObjectPair Modifier and Type Method Description <T> ImmutableList<LongObjectPair<T>>LongInterval. zip(java.lang.Iterable<T> iterable) -
Uses of LongObjectPair in org.eclipse.collections.impl.map.immutable.primitive
Methods in org.eclipse.collections.impl.map.immutable.primitive that return types with arguments of type LongObjectPair Modifier and Type Method Description RichIterable<LongObjectPair<V>>ImmutableLongObjectEmptyMap. keyValuesView()RichIterable<LongObjectPair<V>>ImmutableLongObjectHashMap. keyValuesView()RichIterable<LongObjectPair<V>>ImmutableLongObjectSingletonMap. keyValuesView() -
Uses of LongObjectPair in org.eclipse.collections.impl.map.mutable.primitive
Methods in org.eclipse.collections.impl.map.mutable.primitive that return LongObjectPair Modifier and Type Method Description LongObjectPair<V>LongObjectHashMap.KeyValuesView.InternalKeyValuesIterator. next()Methods in org.eclipse.collections.impl.map.mutable.primitive that return types with arguments of type LongObjectPair Modifier and Type Method Description java.util.Iterator<LongObjectPair<V>>LongObjectHashMap.KeyValuesView. iterator()RichIterable<LongObjectPair<V>>LongObjectHashMap. keyValuesView()RichIterable<LongObjectPair<V>>SynchronizedLongObjectMap. keyValuesView()RichIterable<LongObjectPair<V>>UnmodifiableLongObjectMap. keyValuesView()Methods in org.eclipse.collections.impl.map.mutable.primitive with parameters of type LongObjectPair Modifier and Type Method Description VSynchronizedLongObjectMap. putPair(LongObjectPair<V> keyValuePair)VUnmodifiableLongObjectMap. putPair(LongObjectPair<V> keyValuePair)Method parameters in org.eclipse.collections.impl.map.mutable.primitive with type arguments of type LongObjectPair Modifier and Type Method Description voidLongObjectHashMap.KeyValuesView. each(Procedure<? super LongObjectPair<V>> procedure)<P> voidLongObjectHashMap.KeyValuesView. forEachWith(Procedure2<? super LongObjectPair<V>,? super P> procedure, P parameter)voidLongObjectHashMap.KeyValuesView. forEachWithIndex(ObjectIntProcedure<? super LongObjectPair<V>> objectIntProcedure) -
Uses of LongObjectPair in org.eclipse.collections.impl.tuple.primitive
Classes in org.eclipse.collections.impl.tuple.primitive that implement LongObjectPair Modifier and Type Class Description classLongObjectPairImpl<T>This file was automatically generated from template file primitiveObjectPairImpl.stgMethods in org.eclipse.collections.impl.tuple.primitive that return LongObjectPair Modifier and Type Method Description static <T> LongObjectPair<T>PrimitiveTuples. pair(long one, T two)Methods in org.eclipse.collections.impl.tuple.primitive with parameters of type LongObjectPair Modifier and Type Method Description intLongObjectPairImpl. compareTo(LongObjectPair<T> that)
-