Uses of Interface
org.eclipse.collections.api.ShortIterable
-
Packages that use ShortIterable Package Description org.eclipse.collections.api This package contains interfaces for Eclipse Collections API.org.eclipse.collections.api.bag.primitive This package contains API for Primitive Bags with Mutable and Immutable variants.org.eclipse.collections.api.collection.primitive This package contains mutable and immutable primitive collection API.org.eclipse.collections.api.factory.bag.primitive org.eclipse.collections.api.factory.list.primitive This package contains factory API for creating immutable primitive list instances.org.eclipse.collections.api.factory.set.primitive This package contains factory API for creating primitive set instances.org.eclipse.collections.api.factory.stack.primitive This package contains factory API for creating primitive stack instances.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.api.ordered.primitive org.eclipse.collections.api.set.primitive This package contains API for mutable and immutable primitive sets.org.eclipse.collections.api.stack.primitive This package contains mutable and immutable primitive stack API. -
-
Uses of ShortIterable in org.eclipse.collections.api
Subinterfaces of ShortIterable in org.eclipse.collections.api Modifier and Type Interface Description interfaceLazyShortIterableThis file was automatically generated from template file lazyPrimitiveIterable.stg.Methods in org.eclipse.collections.api that return ShortIterable Modifier and Type Method Description ShortIterableRichIterable. collectShort(ShortFunction<? super T> shortFunction)Returns a new primitiveshortiterable with the results of applying the specified function on each element of the source collection.ShortIterableShortIterable. reject(ShortPredicate predicate)Returns a new ShortIterable with all of the elements in the ShortIterable that return false for the specified predicate.ShortIterableShortIterable. 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 ShortIterable Modifier and Type Method Description default RichIterable<ShortIterable>ShortIterable. chunk(int size)Partitions elements in fixed size chunks.Methods in org.eclipse.collections.api with parameters of type ShortIterable Modifier and Type Method Description default 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 ShortIterable Modifier and Type Method Description default <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.primitive Modifier and Type Interface Description interfaceImmutableShortBagThis file was automatically generated from template file immutablePrimitiveBag.stg.interfaceMutableShortBagThis file was automatically generated from template file mutablePrimitiveBag.stg.interfaceShortBagThis file was automatically generated from template file primitiveBag.stg.Methods in org.eclipse.collections.api.bag.primitive with parameters of type ShortIterable Modifier and Type Method Description ImmutableShortBagImmutableShortBag. newWithAll(ShortIterable elements)ImmutableShortBagImmutableShortBag. newWithoutAll(ShortIterable elements)MutableShortBagMutableShortBag. withAll(ShortIterable elements)MutableShortBagMutableShortBag. withoutAll(ShortIterable elements) -
Uses of ShortIterable in org.eclipse.collections.api.collection.primitive
Subinterfaces of ShortIterable in org.eclipse.collections.api.collection.primitive Modifier and Type Interface Description interfaceImmutableShortCollectionThis file was automatically generated from template file immutablePrimitiveCollection.stg.interfaceMutableShortCollectionThis file was automatically generated from template file mutablePrimitiveCollection.stg.Methods in org.eclipse.collections.api.collection.primitive with parameters of type ShortIterable Modifier and Type Method Description booleanMutableShortCollection. addAll(ShortIterable source)ImmutableShortCollectionImmutableShortCollection. newWithAll(ShortIterable elements)ImmutableShortCollectionImmutableShortCollection. newWithoutAll(ShortIterable elements)booleanMutableShortCollection. removeAll(ShortIterable source)booleanMutableShortCollection. retainAll(ShortIterable elements)MutableShortCollectionMutableShortCollection. withAll(ShortIterable elements)MutableShortCollectionMutableShortCollection. 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 ShortIterable Modifier and Type Method Description ImmutableShortBagImmutableShortBagFactory. ofAll(ShortIterable items)MutableShortBagMutableShortBagFactory. ofAll(ShortIterable items)ImmutableShortBagImmutableShortBagFactory. withAll(ShortIterable items)MutableShortBagMutableShortBagFactory. 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 ShortIterable Modifier and Type Method Description ImmutableShortListImmutableShortListFactory. ofAll(ShortIterable items)MutableShortListMutableShortListFactory. ofAll(ShortIterable items)ImmutableShortListImmutableShortListFactory. withAll(ShortIterable items)MutableShortListMutableShortListFactory. 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 ShortIterable Modifier and Type Method Description ImmutableShortSetImmutableShortSetFactory. ofAll(ShortIterable items)MutableShortSetMutableShortSetFactory. ofAll(ShortIterable items)ImmutableShortSetImmutableShortSetFactory. withAll(ShortIterable items)MutableShortSetMutableShortSetFactory. 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 ShortIterable Modifier and Type Method Description ImmutableShortStackImmutableShortStackFactory. ofAll(ShortIterable items)MutableShortStackMutableShortStackFactory. ofAll(ShortIterable items)ImmutableShortStackImmutableShortStackFactory. ofAllReversed(ShortIterable items)MutableShortStackMutableShortStackFactory. ofAllReversed(ShortIterable items)ImmutableShortStackImmutableShortStackFactory. withAll(ShortIterable items)MutableShortStackMutableShortStackFactory. withAll(ShortIterable items)ImmutableShortStackImmutableShortStackFactory. withAllReversed(ShortIterable items)MutableShortStackMutableShortStackFactory. withAllReversed(ShortIterable items) -
Uses of ShortIterable in org.eclipse.collections.api.list.primitive
Subinterfaces of ShortIterable in org.eclipse.collections.api.list.primitive Modifier and Type Interface Description interfaceImmutableShortListThis file was automatically generated from template file immutablePrimitiveList.stg.interfaceMutableShortListThis file was automatically generated from template file mutablePrimitiveList.stg.interfaceShortListThis file was automatically generated from template file primitiveList.stg.Methods in org.eclipse.collections.api.list.primitive with parameters of type ShortIterable Modifier and Type Method Description booleanMutableShortList. addAllAtIndex(int index, ShortIterable source)ImmutableShortListImmutableShortList. newWithAll(ShortIterable elements)ImmutableShortListImmutableShortList. newWithoutAll(ShortIterable elements)MutableShortListMutableShortList. withAll(ShortIterable elements)MutableShortListMutableShortList. 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.primitive Modifier and Type Interface Description interfaceByteShortMapThis file was automatically generated from template file primitivePrimitiveMap.stg.interfaceCharShortMapThis file was automatically generated from template file primitivePrimitiveMap.stg.interfaceDoubleShortMapThis file was automatically generated from template file primitivePrimitiveMap.stg.interfaceFloatShortMapThis file was automatically generated from template file primitivePrimitiveMap.stg.interfaceImmutableByteShortMapThis file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interfaceImmutableCharShortMapThis file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interfaceImmutableDoubleShortMapThis file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interfaceImmutableFloatShortMapThis file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interfaceImmutableIntShortMapThis file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interfaceImmutableLongShortMapThis file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interfaceImmutableObjectShortMap<K>This file was automatically generated from template file immutableObjectPrimitiveMap.stg.interfaceImmutableShortShortMapThis file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interfaceIntShortMapThis file was automatically generated from template file primitivePrimitiveMap.stg.interfaceLongShortMapThis file was automatically generated from template file primitivePrimitiveMap.stg.interfaceMutableByteShortMapThis file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interfaceMutableCharShortMapThis file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interfaceMutableDoubleShortMapThis file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interfaceMutableFloatShortMapThis file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interfaceMutableIntShortMapThis file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interfaceMutableLongShortMapThis file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interfaceMutableObjectShortMap<K>This file was automatically generated from template file mutableObjectPrimitiveMap.stg.interfaceMutableShortShortMapThis file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interfaceMutableShortValuesMapThis file was automatically generated from template file mutablePrimitiveValuesMap.stg.interfaceObjectShortMap<K>This file was automatically generated from template file objectPrimitiveMap.stg.interfaceShortShortMapThis file was automatically generated from template file primitivePrimitiveMap.stg.interfaceShortValuesMapThis file was automatically generated from template file primitiveValuesMap.stg.Methods in org.eclipse.collections.api.map.primitive with parameters of type ShortIterable Modifier and Type Method Description ImmutableShortBooleanMapImmutableShortBooleanMap. 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.ImmutableShortByteMapImmutableShortByteMap. 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.ImmutableShortCharMapImmutableShortCharMap. 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.ImmutableShortDoubleMapImmutableShortDoubleMap. 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.ImmutableShortFloatMapImmutableShortFloatMap. 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.ImmutableShortIntMapImmutableShortIntMap. 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.ImmutableShortLongMapImmutableShortLongMap. 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<V>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.ImmutableShortShortMapImmutableShortShortMap. 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.MutableShortBooleanMapMutableShortBooleanMap. withoutAllKeys(ShortIterable keys)Removes the mappings associated with all the keys, if they exist, from this map.MutableShortByteMapMutableShortByteMap. withoutAllKeys(ShortIterable keys)Removes the mappings associated with all the keys, if they exist, from this map.MutableShortCharMapMutableShortCharMap. withoutAllKeys(ShortIterable keys)Removes the mappings associated with all the keys, if they exist, from this map.MutableShortDoubleMapMutableShortDoubleMap. withoutAllKeys(ShortIterable keys)Removes the mappings associated with all the keys, if they exist, from this map.MutableShortFloatMapMutableShortFloatMap. withoutAllKeys(ShortIterable keys)Removes the mappings associated with all the keys, if they exist, from this map.MutableShortIntMapMutableShortIntMap. withoutAllKeys(ShortIterable keys)Removes the mappings associated with all the keys, if they exist, from this map.MutableShortLongMapMutableShortLongMap. withoutAllKeys(ShortIterable keys)Removes the mappings associated with all the keys, if they exist, from this map.MutableShortObjectMap<V>MutableShortObjectMap. withoutAllKeys(ShortIterable keys)Removes the mappings associated with all the keys, if they exist, from this map.MutableShortShortMapMutableShortShortMap. 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.primitive Modifier and Type Interface Description interfaceOrderedShortIterableThis file was automatically generated from template file orderedPrimitiveIterable.stg.interfaceReversibleShortIterableThis 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.primitive Modifier and Type Interface Description interfaceImmutableShortSetThis file was automatically generated from template file immutablePrimitiveSet.stg.interfaceMutableShortSetThis file was automatically generated from template file mutablePrimitiveSet.stg.interfaceShortSetThis file was automatically generated from template file primitiveSet.stg.Methods in org.eclipse.collections.api.set.primitive with parameters of type ShortIterable Modifier and Type Method Description ImmutableShortSetImmutableShortSet. newWithAll(ShortIterable elements)ImmutableShortSetImmutableShortSet. newWithoutAll(ShortIterable elements)MutableShortSetMutableShortSet. withAll(ShortIterable elements)MutableShortSetMutableShortSet. withoutAll(ShortIterable elements) -
Uses of ShortIterable in org.eclipse.collections.api.stack.primitive
Subinterfaces of ShortIterable in org.eclipse.collections.api.stack.primitive Modifier and Type Interface Description interfaceImmutableShortStackThis file was automatically generated from template file immutablePrimitiveStack.stg.interfaceMutableShortStackThis file was automatically generated from template file mutablePrimitiveStack.stg.interfaceShortStackThis file was automatically generated from template file primitiveStack.stg.
-