Uses of Interface
org.eclipse.collections.api.ShortIterable
Packages that use ShortIterable
Package
Description
This package contains interfaces for Eclipse Collections API.
This package contains API for Primitive Bags with Mutable and Immutable variants.
This package contains mutable and immutable primitive collection API.
This package contains factory API for creating immutable primitive list instances.
This package contains factory API for creating primitive set instances.
This package contains factory API for creating primitive stack instances.
This package contains mutable and immutable primitive list API.
This package contains API for primitive to primitive maps, primitive to object maps and object to primitive maps with mutable and immutable variants.
This package contains API for mutable and immutable primitive sets.
This package contains mutable and immutable primitive stack API.
-
Uses of ShortIterable in org.eclipse.collections.api
Subinterfaces of ShortIterable in org.eclipse.collections.apiModifier and TypeInterfaceDescriptioninterfaceThis file was automatically generated from template file lazyPrimitiveIterable.stg.Methods in org.eclipse.collections.api that return ShortIterableModifier and TypeMethodDescriptionRichIterable.collectShort(ShortFunction<? super T> shortFunction) Returns a new primitiveshortiterable with the results of applying the specified function on each element of the source collection.ShortIterable.reject(ShortPredicate predicate) Returns a new ShortIterable with all of the elements in the ShortIterable that return false for the specified predicate.ShortIterable.select(ShortPredicate predicate) Returns a new ShortIterable with all of the elements in the ShortIterable that return true for the specified predicate.default ShortIterableShortIterable.tap(ShortProcedure procedure) Methods in org.eclipse.collections.api that return types with arguments of type ShortIterableModifier and TypeMethodDescriptiondefault RichIterable<ShortIterable>ShortIterable.chunk(int size) Partitions elements in fixed size chunks.Methods in org.eclipse.collections.api with parameters of type ShortIterableModifier and TypeMethodDescriptiondefault booleanShortIterable.containsAll(ShortIterable source) Returns true if all of the values specified in the source ShortIterable are contained in the ShortIterable, and false if they are not.default booleanShortIterable.containsAny(ShortIterable source) Returns true if any of the values specified in the source ShortIterable are contained in the ShortIterable, and false if they are not.default booleanShortIterable.containsNone(ShortIterable source) Returns true if none of the values specified in the source ShortIterable are contained in the ShortIterable, and false if they are.Method parameters in org.eclipse.collections.api with type arguments of type ShortIterableModifier and TypeMethodDescriptiondefault <R extends MutableShortCollection>
RRichIterable.flatCollectShort(Function<? super T, ? extends ShortIterable> function, R target) Same as flatCollect, only the results are collected into the target collection. -
Uses of ShortIterable in org.eclipse.collections.api.bag.primitive
Subinterfaces of ShortIterable in org.eclipse.collections.api.bag.primitiveModifier and TypeInterfaceDescriptioninterfaceThis file was automatically generated from template file immutablePrimitiveBag.stg.interfaceThis file was automatically generated from template file mutablePrimitiveBag.stg.interfaceThis file was automatically generated from template file primitiveBag.stg.Methods in org.eclipse.collections.api.bag.primitive with parameters of type ShortIterableModifier and TypeMethodDescriptionImmutableShortBag.newWithAll(ShortIterable elements) ImmutableShortBag.newWithoutAll(ShortIterable elements) MutableShortBag.withAll(ShortIterable elements) MutableShortBag.withoutAll(ShortIterable elements) -
Uses of ShortIterable in org.eclipse.collections.api.collection.primitive
Subinterfaces of ShortIterable in org.eclipse.collections.api.collection.primitiveModifier and TypeInterfaceDescriptioninterfaceThis file was automatically generated from template file immutablePrimitiveCollection.stg.interfaceThis file was automatically generated from template file mutablePrimitiveCollection.stg.Methods in org.eclipse.collections.api.collection.primitive with parameters of type ShortIterableModifier and TypeMethodDescriptionbooleanMutableShortCollection.addAll(ShortIterable source) ImmutableShortCollection.newWithAll(ShortIterable elements) ImmutableShortCollection.newWithoutAll(ShortIterable elements) booleanMutableShortCollection.removeAll(ShortIterable source) booleanMutableShortCollection.retainAll(ShortIterable elements) MutableShortCollection.withAll(ShortIterable elements) MutableShortCollection.withoutAll(ShortIterable elements) -
Uses of ShortIterable in org.eclipse.collections.api.factory.bag.primitive
Methods in org.eclipse.collections.api.factory.bag.primitive with parameters of type ShortIterableModifier and TypeMethodDescriptionImmutableShortBagFactory.ofAll(ShortIterable items) MutableShortBagFactory.ofAll(ShortIterable items) ImmutableShortBagFactory.withAll(ShortIterable items) MutableShortBagFactory.withAll(ShortIterable items) -
Uses of ShortIterable in org.eclipse.collections.api.factory.list.primitive
Methods in org.eclipse.collections.api.factory.list.primitive with parameters of type ShortIterableModifier and TypeMethodDescriptionImmutableShortListFactory.ofAll(ShortIterable items) MutableShortListFactory.ofAll(ShortIterable items) ImmutableShortListFactory.withAll(ShortIterable items) MutableShortListFactory.withAll(ShortIterable items) -
Uses of ShortIterable in org.eclipse.collections.api.factory.set.primitive
Methods in org.eclipse.collections.api.factory.set.primitive with parameters of type ShortIterableModifier and TypeMethodDescriptionImmutableShortSetFactory.ofAll(ShortIterable items) MutableShortSetFactory.ofAll(ShortIterable items) ImmutableShortSetFactory.withAll(ShortIterable items) MutableShortSetFactory.withAll(ShortIterable items) -
Uses of ShortIterable in org.eclipse.collections.api.factory.stack.primitive
Methods in org.eclipse.collections.api.factory.stack.primitive with parameters of type ShortIterableModifier and TypeMethodDescriptionImmutableShortStackFactory.ofAll(ShortIterable items) MutableShortStackFactory.ofAll(ShortIterable items) ImmutableShortStackFactory.ofAllReversed(ShortIterable items) MutableShortStackFactory.ofAllReversed(ShortIterable items) ImmutableShortStackFactory.withAll(ShortIterable items) MutableShortStackFactory.withAll(ShortIterable items) ImmutableShortStackFactory.withAllReversed(ShortIterable items) MutableShortStackFactory.withAllReversed(ShortIterable items) -
Uses of ShortIterable in org.eclipse.collections.api.list.primitive
Subinterfaces of ShortIterable in org.eclipse.collections.api.list.primitiveModifier and TypeInterfaceDescriptioninterfaceThis file was automatically generated from template file immutablePrimitiveList.stg.interfaceThis file was automatically generated from template file mutablePrimitiveList.stg.interfaceThis file was automatically generated from template file primitiveList.stg.Methods in org.eclipse.collections.api.list.primitive with parameters of type ShortIterableModifier and TypeMethodDescriptionbooleanMutableShortList.addAllAtIndex(int index, ShortIterable source) ImmutableShortList.newWithAll(ShortIterable elements) ImmutableShortList.newWithoutAll(ShortIterable elements) MutableShortList.withAll(ShortIterable elements) MutableShortList.withoutAll(ShortIterable elements) default ImmutableList<ShortShortPair>ImmutableShortList.zipShort(ShortIterable iterable) Returns anImmutableListformed from thisImmutableShortListand anotherShortListby combining corresponding elements in pairs.default MutableList<ShortShortPair>MutableShortList.zipShort(ShortIterable iterable) Returns aMutableListformed from thisMutableShortListand anotherShortListby combining corresponding elements in pairs.default ListIterable<ShortShortPair>ShortList.zipShort(ShortIterable iterable) Returns aListIterableformed from thisShortListand anotherShortListby combining corresponding elements in pairs. -
Uses of ShortIterable in org.eclipse.collections.api.map.primitive
Subinterfaces of ShortIterable in org.eclipse.collections.api.map.primitiveModifier and TypeInterfaceDescriptioninterfaceThis file was automatically generated from template file primitivePrimitiveMap.stg.interfaceThis file was automatically generated from template file primitivePrimitiveMap.stg.interfaceThis file was automatically generated from template file primitivePrimitiveMap.stg.interfaceThis file was automatically generated from template file primitivePrimitiveMap.stg.interfaceThis file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interfaceThis file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interfaceThis file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interfaceThis file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interfaceThis file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interfaceThis file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interfaceThis file was automatically generated from template file immutableObjectPrimitiveMap.stg.interfaceThis file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interfaceThis file was automatically generated from template file primitivePrimitiveMap.stg.interfaceThis file was automatically generated from template file primitivePrimitiveMap.stg.interfaceThis file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interfaceThis file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interfaceThis file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interfaceThis file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interfaceThis file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interfaceThis file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interfaceThis file was automatically generated from template file mutableObjectPrimitiveMap.stg.interfaceThis file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interfaceThis file was automatically generated from template file mutablePrimitiveValuesMap.stg.interfaceThis file was automatically generated from template file objectPrimitiveMap.stg.interfaceThis file was automatically generated from template file primitivePrimitiveMap.stg.interfaceThis file was automatically generated from template file primitiveValuesMap.stg.Methods in org.eclipse.collections.api.map.primitive with parameters of type ShortIterableModifier and TypeMethodDescriptionImmutableShortBooleanMap.newWithoutAllKeys(ShortIterable keys) Copy this map, remove any associated values with the specified keys (if any exist), and return the copy as a new immutable map.ImmutableShortByteMap.newWithoutAllKeys(ShortIterable keys) Copy this map, remove any associated values with the specified keys (if any exist), and return the copy as a new immutable map.ImmutableShortCharMap.newWithoutAllKeys(ShortIterable keys) Copy this map, remove any associated values with the specified keys (if any exist), and return the copy as a new immutable map.ImmutableShortDoubleMap.newWithoutAllKeys(ShortIterable keys) Copy this map, remove any associated values with the specified keys (if any exist), and return the copy as a new immutable map.ImmutableShortFloatMap.newWithoutAllKeys(ShortIterable keys) Copy this map, remove any associated values with the specified keys (if any exist), and return the copy as a new immutable map.ImmutableShortIntMap.newWithoutAllKeys(ShortIterable keys) Copy this map, remove any associated values with the specified keys (if any exist), and return the copy as a new immutable map.ImmutableShortLongMap.newWithoutAllKeys(ShortIterable keys) Copy this map, remove any associated values with the specified keys (if any exist), and return the copy as a new immutable map.ImmutableShortObjectMap.newWithoutAllKeys(ShortIterable keys) Copy this map, remove any associated values with the specified keys (if any exist), and return the copy as a new immutable map.ImmutableShortShortMap.newWithoutAllKeys(ShortIterable keys) Copy this map, remove any associated values with the specified keys (if any exist), and return the copy as a new immutable map.MutableShortBooleanMap.withoutAllKeys(ShortIterable keys) Removes the mappings associated with all the keys, if they exist, from this map.MutableShortByteMap.withoutAllKeys(ShortIterable keys) Removes the mappings associated with all the keys, if they exist, from this map.MutableShortCharMap.withoutAllKeys(ShortIterable keys) Removes the mappings associated with all the keys, if they exist, from this map.MutableShortDoubleMap.withoutAllKeys(ShortIterable keys) Removes the mappings associated with all the keys, if they exist, from this map.MutableShortFloatMap.withoutAllKeys(ShortIterable keys) Removes the mappings associated with all the keys, if they exist, from this map.MutableShortIntMap.withoutAllKeys(ShortIterable keys) Removes the mappings associated with all the keys, if they exist, from this map.MutableShortLongMap.withoutAllKeys(ShortIterable keys) Removes the mappings associated with all the keys, if they exist, from this map.MutableShortObjectMap.withoutAllKeys(ShortIterable keys) Removes the mappings associated with all the keys, if they exist, from this map.MutableShortShortMap.withoutAllKeys(ShortIterable keys) Removes the mappings associated with all the keys, if they exist, from this map. -
Uses of ShortIterable in org.eclipse.collections.api.ordered.primitive
Subinterfaces of ShortIterable in org.eclipse.collections.api.ordered.primitiveModifier and TypeInterfaceDescriptioninterfaceThis file was automatically generated from template file orderedPrimitiveIterable.stg.interfaceThis file was automatically generated from template file reversiblePrimitiveIterable.stg. -
Uses of ShortIterable in org.eclipse.collections.api.set.primitive
Subinterfaces of ShortIterable in org.eclipse.collections.api.set.primitiveModifier and TypeInterfaceDescriptioninterfaceThis file was automatically generated from template file immutablePrimitiveSet.stg.interfaceThis file was automatically generated from template file mutablePrimitiveSet.stg.interfaceThis file was automatically generated from template file primitiveSet.stg.Methods in org.eclipse.collections.api.set.primitive with parameters of type ShortIterableModifier and TypeMethodDescriptionImmutableShortSet.newWithAll(ShortIterable elements) ImmutableShortSet.newWithoutAll(ShortIterable elements) MutableShortSet.withAll(ShortIterable elements) MutableShortSet.withoutAll(ShortIterable elements) -
Uses of ShortIterable in org.eclipse.collections.api.stack.primitive
Subinterfaces of ShortIterable in org.eclipse.collections.api.stack.primitiveModifier and TypeInterfaceDescriptioninterfaceThis file was automatically generated from template file immutablePrimitiveStack.stg.interfaceThis file was automatically generated from template file mutablePrimitiveStack.stg.interfaceThis file was automatically generated from template file primitiveStack.stg.