Uses of Interface
org.eclipse.collections.api.tuple.primitive.IntShortPair
-
Packages that use IntShortPair 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 IntShortPair in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive that return types with arguments of type IntShortPair Modifier and Type Method Description RichIterable<IntShortPair>IntShortMap. keyValuesView()Returns a view of the key/value pairs in this map.Methods in org.eclipse.collections.api.map.primitive with parameters of type IntShortPair Modifier and Type Method Description default voidMutableIntShortMap. putPair(IntShortPair keyValuePair)This method allows MutableIntShortMap the ability to add an element in the form of IntShortPair.Method parameters in org.eclipse.collections.api.map.primitive with type arguments of type IntShortPair Modifier and Type Method Description default MutableIntShortMapMutableIntShortMap. withAllKeyValues(java.lang.Iterable<IntShortPair> keyValuePairs)Puts all of the key/value mappings from the specified pairs into this map. -
Uses of IntShortPair in org.eclipse.collections.impl.map.immutable.primitive
Methods in org.eclipse.collections.impl.map.immutable.primitive that return types with arguments of type IntShortPair Modifier and Type Method Description RichIterable<IntShortPair>ImmutableIntShortEmptyMap. keyValuesView()RichIterable<IntShortPair>ImmutableIntShortHashMap. keyValuesView()RichIterable<IntShortPair>ImmutableIntShortSingletonMap. keyValuesView() -
Uses of IntShortPair in org.eclipse.collections.impl.map.mutable.primitive
Methods in org.eclipse.collections.impl.map.mutable.primitive that return IntShortPair Modifier and Type Method Description IntShortPairIntShortHashMap.KeyValuesView.InternalKeyValuesIterator. next()Methods in org.eclipse.collections.impl.map.mutable.primitive that return types with arguments of type IntShortPair Modifier and Type Method Description java.util.Iterator<IntShortPair>IntShortHashMap.KeyValuesView. iterator()RichIterable<IntShortPair>IntShortHashMap. keyValuesView()RichIterable<IntShortPair>SynchronizedIntShortMap. keyValuesView()RichIterable<IntShortPair>UnmodifiableIntShortMap. keyValuesView()Methods in org.eclipse.collections.impl.map.mutable.primitive with parameters of type IntShortPair Modifier and Type Method Description voidSynchronizedIntShortMap. putPair(IntShortPair keyValuePair)voidUnmodifiableIntShortMap. putPair(IntShortPair keyValuePair)Method parameters in org.eclipse.collections.impl.map.mutable.primitive with type arguments of type IntShortPair Modifier and Type Method Description voidIntShortHashMap.KeyValuesView. each(Procedure<? super IntShortPair> procedure)<P> voidIntShortHashMap.KeyValuesView. forEachWith(Procedure2<? super IntShortPair,? super P> procedure, P parameter)voidIntShortHashMap.KeyValuesView. forEachWithIndex(ObjectIntProcedure<? super IntShortPair> objectIntProcedure) -
Uses of IntShortPair in org.eclipse.collections.impl.tuple.primitive
Classes in org.eclipse.collections.impl.tuple.primitive that implement IntShortPair Modifier and Type Class Description classIntShortPairImplThis file was automatically generated from template file primitivePrimitivePairImpl.stgMethods in org.eclipse.collections.impl.tuple.primitive that return IntShortPair Modifier and Type Method Description static IntShortPairPrimitiveTuples. pair(int one, short two)Methods in org.eclipse.collections.impl.tuple.primitive with parameters of type IntShortPair Modifier and Type Method Description intIntShortPairImpl. compareTo(IntShortPair that)
-