Uses of Interface
org.eclipse.collections.api.tuple.primitive.LongCharPair
-
Packages that use LongCharPair 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 LongCharPair in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive that return types with arguments of type LongCharPair Modifier and Type Method Description RichIterable<LongCharPair>LongCharMap. keyValuesView()Returns a view of the key/value pairs in this map.Methods in org.eclipse.collections.api.map.primitive with parameters of type LongCharPair Modifier and Type Method Description default voidMutableLongCharMap. putPair(LongCharPair keyValuePair)This method allows MutableLongCharMap the ability to add an element in the form of LongCharPair.Method parameters in org.eclipse.collections.api.map.primitive with type arguments of type LongCharPair Modifier and Type Method Description default MutableLongCharMapMutableLongCharMap. withAllKeyValues(java.lang.Iterable<LongCharPair> keyValuePairs)Puts all of the key/value mappings from the specified pairs into this map. -
Uses of LongCharPair in org.eclipse.collections.impl.map.immutable.primitive
Methods in org.eclipse.collections.impl.map.immutable.primitive that return types with arguments of type LongCharPair Modifier and Type Method Description RichIterable<LongCharPair>ImmutableLongCharEmptyMap. keyValuesView()RichIterable<LongCharPair>ImmutableLongCharHashMap. keyValuesView()RichIterable<LongCharPair>ImmutableLongCharSingletonMap. keyValuesView() -
Uses of LongCharPair in org.eclipse.collections.impl.map.mutable.primitive
Methods in org.eclipse.collections.impl.map.mutable.primitive that return LongCharPair Modifier and Type Method Description LongCharPairLongCharHashMap.KeyValuesView.InternalKeyValuesIterator. next()Methods in org.eclipse.collections.impl.map.mutable.primitive that return types with arguments of type LongCharPair Modifier and Type Method Description java.util.Iterator<LongCharPair>LongCharHashMap.KeyValuesView. iterator()RichIterable<LongCharPair>LongCharHashMap. keyValuesView()RichIterable<LongCharPair>SynchronizedLongCharMap. keyValuesView()RichIterable<LongCharPair>UnmodifiableLongCharMap. keyValuesView()Methods in org.eclipse.collections.impl.map.mutable.primitive with parameters of type LongCharPair Modifier and Type Method Description voidSynchronizedLongCharMap. putPair(LongCharPair keyValuePair)voidUnmodifiableLongCharMap. putPair(LongCharPair keyValuePair)Method parameters in org.eclipse.collections.impl.map.mutable.primitive with type arguments of type LongCharPair Modifier and Type Method Description voidLongCharHashMap.KeyValuesView. each(Procedure<? super LongCharPair> procedure)<P> voidLongCharHashMap.KeyValuesView. forEachWith(Procedure2<? super LongCharPair,? super P> procedure, P parameter)voidLongCharHashMap.KeyValuesView. forEachWithIndex(ObjectIntProcedure<? super LongCharPair> objectIntProcedure) -
Uses of LongCharPair in org.eclipse.collections.impl.tuple.primitive
Classes in org.eclipse.collections.impl.tuple.primitive that implement LongCharPair Modifier and Type Class Description classLongCharPairImplThis file was automatically generated from template file primitivePrimitivePairImpl.stgMethods in org.eclipse.collections.impl.tuple.primitive that return LongCharPair Modifier and Type Method Description static LongCharPairPrimitiveTuples. pair(long one, char two)Methods in org.eclipse.collections.impl.tuple.primitive with parameters of type LongCharPair Modifier and Type Method Description intLongCharPairImpl. compareTo(LongCharPair that)
-