Uses of Interface
org.eclipse.collections.api.DoubleIterable
-
Packages that use DoubleIterable 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 DoubleIterable in org.eclipse.collections.api
Subinterfaces of DoubleIterable in org.eclipse.collections.api Modifier and Type Interface Description interfaceLazyDoubleIterableThis file was automatically generated from template file lazyPrimitiveIterable.stg.Methods in org.eclipse.collections.api that return DoubleIterable Modifier and Type Method Description DoubleIterableRichIterable. collectDouble(DoubleFunction<? super T> doubleFunction)Returns a new primitivedoubleiterable with the results of applying the specified function on each element of the source collection.DoubleIterableDoubleIterable. reject(DoublePredicate predicate)Returns a new DoubleIterable with all of the elements in the DoubleIterable that return false for the specified predicate.DoubleIterableDoubleIterable. select(DoublePredicate predicate)Returns a new DoubleIterable with all of the elements in the DoubleIterable that return true for the specified predicate.default DoubleIterableDoubleIterable. tap(DoubleProcedure procedure)Methods in org.eclipse.collections.api that return types with arguments of type DoubleIterable Modifier and Type Method Description default RichIterable<DoubleIterable>DoubleIterable. chunk(int size)Partitions elements in fixed size chunks.Methods in org.eclipse.collections.api with parameters of type DoubleIterable Modifier and Type Method Description default booleanDoubleIterable. containsAll(DoubleIterable source)Returns true if all of the values specified in the source DoubleIterable are contained in the DoubleIterable, and false if they are not.default booleanDoubleIterable. containsAny(DoubleIterable source)Returns true if any of the values specified in the source DoubleIterable are contained in the DoubleIterable, and false if they are not.default booleanDoubleIterable. containsNone(DoubleIterable source)Returns true if none of the values specified in the source DoubleIterable are contained in the DoubleIterable, and false if they are.Method parameters in org.eclipse.collections.api with type arguments of type DoubleIterable Modifier and Type Method Description default <R extends MutableDoubleCollection>
RRichIterable. flatCollectDouble(Function<? super T,? extends DoubleIterable> function, R target)Same as flatCollect, only the results are collected into the target collection. -
Uses of DoubleIterable in org.eclipse.collections.api.bag.primitive
Subinterfaces of DoubleIterable in org.eclipse.collections.api.bag.primitive Modifier and Type Interface Description interfaceDoubleBagThis file was automatically generated from template file primitiveBag.stg.interfaceImmutableDoubleBagThis file was automatically generated from template file immutablePrimitiveBag.stg.interfaceMutableDoubleBagThis file was automatically generated from template file mutablePrimitiveBag.stg.Methods in org.eclipse.collections.api.bag.primitive with parameters of type DoubleIterable Modifier and Type Method Description ImmutableDoubleBagImmutableDoubleBag. newWithAll(DoubleIterable elements)ImmutableDoubleBagImmutableDoubleBag. newWithoutAll(DoubleIterable elements)MutableDoubleBagMutableDoubleBag. withAll(DoubleIterable elements)MutableDoubleBagMutableDoubleBag. withoutAll(DoubleIterable elements) -
Uses of DoubleIterable in org.eclipse.collections.api.collection.primitive
Subinterfaces of DoubleIterable in org.eclipse.collections.api.collection.primitive Modifier and Type Interface Description interfaceImmutableDoubleCollectionThis file was automatically generated from template file immutablePrimitiveCollection.stg.interfaceMutableDoubleCollectionThis file was automatically generated from template file mutablePrimitiveCollection.stg.Methods in org.eclipse.collections.api.collection.primitive with parameters of type DoubleIterable Modifier and Type Method Description booleanMutableDoubleCollection. addAll(DoubleIterable source)ImmutableDoubleCollectionImmutableDoubleCollection. newWithAll(DoubleIterable elements)ImmutableDoubleCollectionImmutableDoubleCollection. newWithoutAll(DoubleIterable elements)booleanMutableDoubleCollection. removeAll(DoubleIterable source)booleanMutableDoubleCollection. retainAll(DoubleIterable elements)MutableDoubleCollectionMutableDoubleCollection. withAll(DoubleIterable elements)MutableDoubleCollectionMutableDoubleCollection. withoutAll(DoubleIterable elements) -
Uses of DoubleIterable in org.eclipse.collections.api.factory.bag.primitive
Methods in org.eclipse.collections.api.factory.bag.primitive with parameters of type DoubleIterable Modifier and Type Method Description ImmutableDoubleBagImmutableDoubleBagFactory. ofAll(DoubleIterable items)MutableDoubleBagMutableDoubleBagFactory. ofAll(DoubleIterable items)ImmutableDoubleBagImmutableDoubleBagFactory. withAll(DoubleIterable items)MutableDoubleBagMutableDoubleBagFactory. withAll(DoubleIterable items) -
Uses of DoubleIterable in org.eclipse.collections.api.factory.list.primitive
Methods in org.eclipse.collections.api.factory.list.primitive with parameters of type DoubleIterable Modifier and Type Method Description ImmutableDoubleListImmutableDoubleListFactory. ofAll(DoubleIterable items)MutableDoubleListMutableDoubleListFactory. ofAll(DoubleIterable items)ImmutableDoubleListImmutableDoubleListFactory. withAll(DoubleIterable items)MutableDoubleListMutableDoubleListFactory. withAll(DoubleIterable items) -
Uses of DoubleIterable in org.eclipse.collections.api.factory.set.primitive
Methods in org.eclipse.collections.api.factory.set.primitive with parameters of type DoubleIterable Modifier and Type Method Description ImmutableDoubleSetImmutableDoubleSetFactory. ofAll(DoubleIterable items)MutableDoubleSetMutableDoubleSetFactory. ofAll(DoubleIterable items)ImmutableDoubleSetImmutableDoubleSetFactory. withAll(DoubleIterable items)MutableDoubleSetMutableDoubleSetFactory. withAll(DoubleIterable items) -
Uses of DoubleIterable in org.eclipse.collections.api.factory.stack.primitive
Methods in org.eclipse.collections.api.factory.stack.primitive with parameters of type DoubleIterable Modifier and Type Method Description ImmutableDoubleStackImmutableDoubleStackFactory. ofAll(DoubleIterable items)MutableDoubleStackMutableDoubleStackFactory. ofAll(DoubleIterable items)ImmutableDoubleStackImmutableDoubleStackFactory. ofAllReversed(DoubleIterable items)MutableDoubleStackMutableDoubleStackFactory. ofAllReversed(DoubleIterable items)ImmutableDoubleStackImmutableDoubleStackFactory. withAll(DoubleIterable items)MutableDoubleStackMutableDoubleStackFactory. withAll(DoubleIterable items)ImmutableDoubleStackImmutableDoubleStackFactory. withAllReversed(DoubleIterable items)MutableDoubleStackMutableDoubleStackFactory. withAllReversed(DoubleIterable items) -
Uses of DoubleIterable in org.eclipse.collections.api.list.primitive
Subinterfaces of DoubleIterable in org.eclipse.collections.api.list.primitive Modifier and Type Interface Description interfaceDoubleListThis file was automatically generated from template file primitiveList.stg.interfaceImmutableDoubleListThis file was automatically generated from template file immutablePrimitiveList.stg.interfaceMutableDoubleListThis file was automatically generated from template file mutablePrimitiveList.stg.Methods in org.eclipse.collections.api.list.primitive with parameters of type DoubleIterable Modifier and Type Method Description booleanMutableDoubleList. addAllAtIndex(int index, DoubleIterable source)ImmutableDoubleListImmutableDoubleList. newWithAll(DoubleIterable elements)ImmutableDoubleListImmutableDoubleList. newWithoutAll(DoubleIterable elements)MutableDoubleListMutableDoubleList. withAll(DoubleIterable elements)MutableDoubleListMutableDoubleList. withoutAll(DoubleIterable elements)default ListIterable<DoubleDoublePair>DoubleList. zipDouble(DoubleIterable iterable)Returns aListIterableformed from thisDoubleListand anotherDoubleListby combining corresponding elements in pairs.default ImmutableList<DoubleDoublePair>ImmutableDoubleList. zipDouble(DoubleIterable iterable)Returns anImmutableListformed from thisImmutableDoubleListand anotherDoubleListby combining corresponding elements in pairs.default MutableList<DoubleDoublePair>MutableDoubleList. zipDouble(DoubleIterable iterable)Returns aMutableListformed from thisMutableDoubleListand anotherDoubleListby combining corresponding elements in pairs. -
Uses of DoubleIterable in org.eclipse.collections.api.map.primitive
Subinterfaces of DoubleIterable in org.eclipse.collections.api.map.primitive Modifier and Type Interface Description interfaceByteDoubleMapThis file was automatically generated from template file primitivePrimitiveMap.stg.interfaceCharDoubleMapThis file was automatically generated from template file primitivePrimitiveMap.stg.interfaceDoubleDoubleMapThis file was automatically generated from template file primitivePrimitiveMap.stg.interfaceDoubleValuesMapThis file was automatically generated from template file primitiveValuesMap.stg.interfaceFloatDoubleMapThis file was automatically generated from template file primitivePrimitiveMap.stg.interfaceImmutableByteDoubleMapThis file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interfaceImmutableCharDoubleMapThis file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interfaceImmutableDoubleDoubleMapThis file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interfaceImmutableFloatDoubleMapThis file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interfaceImmutableIntDoubleMapThis file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interfaceImmutableLongDoubleMapThis file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interfaceImmutableObjectDoubleMap<K>This file was automatically generated from template file immutableObjectPrimitiveMap.stg.interfaceImmutableShortDoubleMapThis file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interfaceIntDoubleMapThis file was automatically generated from template file primitivePrimitiveMap.stg.interfaceLongDoubleMapThis file was automatically generated from template file primitivePrimitiveMap.stg.interfaceMutableByteDoubleMapThis file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interfaceMutableCharDoubleMapThis file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interfaceMutableDoubleDoubleMapThis file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interfaceMutableDoubleValuesMapThis file was automatically generated from template file mutablePrimitiveValuesMap.stg.interfaceMutableFloatDoubleMapThis file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interfaceMutableIntDoubleMapThis file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interfaceMutableLongDoubleMapThis file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interfaceMutableObjectDoubleMap<K>This file was automatically generated from template file mutableObjectPrimitiveMap.stg.interfaceMutableShortDoubleMapThis file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interfaceObjectDoubleMap<K>This file was automatically generated from template file objectPrimitiveMap.stg.interfaceShortDoubleMapThis file was automatically generated from template file primitivePrimitiveMap.stg.Methods in org.eclipse.collections.api.map.primitive with parameters of type DoubleIterable Modifier and Type Method Description ImmutableDoubleBooleanMapImmutableDoubleBooleanMap. newWithoutAllKeys(DoubleIterable keys)Copy this map, remove any associated values with the specified keys (if any exist), and return the copy as a new immutable map.ImmutableDoubleByteMapImmutableDoubleByteMap. newWithoutAllKeys(DoubleIterable keys)Copy this map, remove any associated values with the specified keys (if any exist), and return the copy as a new immutable map.ImmutableDoubleCharMapImmutableDoubleCharMap. newWithoutAllKeys(DoubleIterable keys)Copy this map, remove any associated values with the specified keys (if any exist), and return the copy as a new immutable map.ImmutableDoubleDoubleMapImmutableDoubleDoubleMap. newWithoutAllKeys(DoubleIterable keys)Copy this map, remove any associated values with the specified keys (if any exist), and return the copy as a new immutable map.ImmutableDoubleFloatMapImmutableDoubleFloatMap. newWithoutAllKeys(DoubleIterable keys)Copy this map, remove any associated values with the specified keys (if any exist), and return the copy as a new immutable map.ImmutableDoubleIntMapImmutableDoubleIntMap. newWithoutAllKeys(DoubleIterable keys)Copy this map, remove any associated values with the specified keys (if any exist), and return the copy as a new immutable map.ImmutableDoubleLongMapImmutableDoubleLongMap. newWithoutAllKeys(DoubleIterable keys)Copy this map, remove any associated values with the specified keys (if any exist), and return the copy as a new immutable map.ImmutableDoubleObjectMap<V>ImmutableDoubleObjectMap. newWithoutAllKeys(DoubleIterable keys)Copy this map, remove any associated values with the specified keys (if any exist), and return the copy as a new immutable map.ImmutableDoubleShortMapImmutableDoubleShortMap. newWithoutAllKeys(DoubleIterable keys)Copy this map, remove any associated values with the specified keys (if any exist), and return the copy as a new immutable map.MutableDoubleBooleanMapMutableDoubleBooleanMap. withoutAllKeys(DoubleIterable keys)Removes the mappings associated with all the keys, if they exist, from this map.MutableDoubleByteMapMutableDoubleByteMap. withoutAllKeys(DoubleIterable keys)Removes the mappings associated with all the keys, if they exist, from this map.MutableDoubleCharMapMutableDoubleCharMap. withoutAllKeys(DoubleIterable keys)Removes the mappings associated with all the keys, if they exist, from this map.MutableDoubleDoubleMapMutableDoubleDoubleMap. withoutAllKeys(DoubleIterable keys)Removes the mappings associated with all the keys, if they exist, from this map.MutableDoubleFloatMapMutableDoubleFloatMap. withoutAllKeys(DoubleIterable keys)Removes the mappings associated with all the keys, if they exist, from this map.MutableDoubleIntMapMutableDoubleIntMap. withoutAllKeys(DoubleIterable keys)Removes the mappings associated with all the keys, if they exist, from this map.MutableDoubleLongMapMutableDoubleLongMap. withoutAllKeys(DoubleIterable keys)Removes the mappings associated with all the keys, if they exist, from this map.MutableDoubleObjectMap<V>MutableDoubleObjectMap. withoutAllKeys(DoubleIterable keys)Removes the mappings associated with all the keys, if they exist, from this map.MutableDoubleShortMapMutableDoubleShortMap. withoutAllKeys(DoubleIterable keys)Removes the mappings associated with all the keys, if they exist, from this map. -
Uses of DoubleIterable in org.eclipse.collections.api.ordered.primitive
Subinterfaces of DoubleIterable in org.eclipse.collections.api.ordered.primitive Modifier and Type Interface Description interfaceOrderedDoubleIterableThis file was automatically generated from template file orderedPrimitiveIterable.stg.interfaceReversibleDoubleIterableThis file was automatically generated from template file reversiblePrimitiveIterable.stg. -
Uses of DoubleIterable in org.eclipse.collections.api.set.primitive
Subinterfaces of DoubleIterable in org.eclipse.collections.api.set.primitive Modifier and Type Interface Description interfaceDoubleSetThis file was automatically generated from template file primitiveSet.stg.interfaceImmutableDoubleSetThis file was automatically generated from template file immutablePrimitiveSet.stg.interfaceMutableDoubleSetThis file was automatically generated from template file mutablePrimitiveSet.stg.Methods in org.eclipse.collections.api.set.primitive with parameters of type DoubleIterable Modifier and Type Method Description ImmutableDoubleSetImmutableDoubleSet. newWithAll(DoubleIterable elements)ImmutableDoubleSetImmutableDoubleSet. newWithoutAll(DoubleIterable elements)MutableDoubleSetMutableDoubleSet. withAll(DoubleIterable elements)MutableDoubleSetMutableDoubleSet. withoutAll(DoubleIterable elements) -
Uses of DoubleIterable in org.eclipse.collections.api.stack.primitive
Subinterfaces of DoubleIterable in org.eclipse.collections.api.stack.primitive Modifier and Type Interface Description interfaceDoubleStackThis file was automatically generated from template file primitiveStack.stg.interfaceImmutableDoubleStackThis file was automatically generated from template file immutablePrimitiveStack.stg.interfaceMutableDoubleStackThis file was automatically generated from template file mutablePrimitiveStack.stg.
-