Uses of Interface
org.eclipse.collections.api.LongIterable
-
Packages that use LongIterable 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 LongIterable in org.eclipse.collections.api
Subinterfaces of LongIterable in org.eclipse.collections.api Modifier and Type Interface Description interfaceLazyLongIterableThis file was automatically generated from template file lazyPrimitiveIterable.stg.Methods in org.eclipse.collections.api that return LongIterable Modifier and Type Method Description LongIterableRichIterable. collectLong(LongFunction<? super T> longFunction)Returns a new primitivelongiterable with the results of applying the specified function on each element of the source collection.LongIterableLongIterable. reject(LongPredicate predicate)Returns a new LongIterable with all of the elements in the LongIterable that return false for the specified predicate.LongIterableLongIterable. select(LongPredicate predicate)Returns a new LongIterable with all of the elements in the LongIterable that return true for the specified predicate.default LongIterableLongIterable. tap(LongProcedure procedure)Methods in org.eclipse.collections.api that return types with arguments of type LongIterable Modifier and Type Method Description default RichIterable<LongIterable>LongIterable. chunk(int size)Partitions elements in fixed size chunks.Methods in org.eclipse.collections.api with parameters of type LongIterable Modifier and Type Method Description default booleanLongIterable. containsAll(LongIterable source)Returns true if all of the values specified in the source LongIterable are contained in the LongIterable, and false if they are not.default booleanLongIterable. containsAny(LongIterable source)Returns true if any of the values specified in the source LongIterable are contained in the LongIterable, and false if they are not.default booleanLongIterable. containsNone(LongIterable source)Returns true if none of the values specified in the source LongIterable are contained in the LongIterable, and false if they are.Method parameters in org.eclipse.collections.api with type arguments of type LongIterable Modifier and Type Method Description default <R extends MutableLongCollection>
RRichIterable. flatCollectLong(Function<? super T,? extends LongIterable> function, R target)Same as flatCollect, only the results are collected into the target collection. -
Uses of LongIterable in org.eclipse.collections.api.bag.primitive
Subinterfaces of LongIterable in org.eclipse.collections.api.bag.primitive Modifier and Type Interface Description interfaceImmutableLongBagThis file was automatically generated from template file immutablePrimitiveBag.stg.interfaceLongBagThis file was automatically generated from template file primitiveBag.stg.interfaceMutableLongBagThis file was automatically generated from template file mutablePrimitiveBag.stg.Methods in org.eclipse.collections.api.bag.primitive with parameters of type LongIterable Modifier and Type Method Description ImmutableLongBagImmutableLongBag. newWithAll(LongIterable elements)ImmutableLongBagImmutableLongBag. newWithoutAll(LongIterable elements)MutableLongBagMutableLongBag. withAll(LongIterable elements)MutableLongBagMutableLongBag. withoutAll(LongIterable elements) -
Uses of LongIterable in org.eclipse.collections.api.collection.primitive
Subinterfaces of LongIterable in org.eclipse.collections.api.collection.primitive Modifier and Type Interface Description interfaceImmutableLongCollectionThis file was automatically generated from template file immutablePrimitiveCollection.stg.interfaceMutableLongCollectionThis file was automatically generated from template file mutablePrimitiveCollection.stg.Methods in org.eclipse.collections.api.collection.primitive with parameters of type LongIterable Modifier and Type Method Description booleanMutableLongCollection. addAll(LongIterable source)ImmutableLongCollectionImmutableLongCollection. newWithAll(LongIterable elements)ImmutableLongCollectionImmutableLongCollection. newWithoutAll(LongIterable elements)booleanMutableLongCollection. removeAll(LongIterable source)booleanMutableLongCollection. retainAll(LongIterable elements)MutableLongCollectionMutableLongCollection. withAll(LongIterable elements)MutableLongCollectionMutableLongCollection. withoutAll(LongIterable elements) -
Uses of LongIterable in org.eclipse.collections.api.factory.bag.primitive
Methods in org.eclipse.collections.api.factory.bag.primitive with parameters of type LongIterable Modifier and Type Method Description ImmutableLongBagImmutableLongBagFactory. ofAll(LongIterable items)MutableLongBagMutableLongBagFactory. ofAll(LongIterable items)ImmutableLongBagImmutableLongBagFactory. withAll(LongIterable items)MutableLongBagMutableLongBagFactory. withAll(LongIterable items) -
Uses of LongIterable in org.eclipse.collections.api.factory.list.primitive
Methods in org.eclipse.collections.api.factory.list.primitive with parameters of type LongIterable Modifier and Type Method Description ImmutableLongListImmutableLongListFactory. ofAll(LongIterable items)MutableLongListMutableLongListFactory. ofAll(LongIterable items)ImmutableLongListImmutableLongListFactory. withAll(LongIterable items)MutableLongListMutableLongListFactory. withAll(LongIterable items) -
Uses of LongIterable in org.eclipse.collections.api.factory.set.primitive
Methods in org.eclipse.collections.api.factory.set.primitive with parameters of type LongIterable Modifier and Type Method Description ImmutableLongSetImmutableLongSetFactory. ofAll(LongIterable items)MutableLongSetMutableLongSetFactory. ofAll(LongIterable items)ImmutableLongSetImmutableLongSetFactory. withAll(LongIterable items)MutableLongSetMutableLongSetFactory. withAll(LongIterable items) -
Uses of LongIterable in org.eclipse.collections.api.factory.stack.primitive
Methods in org.eclipse.collections.api.factory.stack.primitive with parameters of type LongIterable Modifier and Type Method Description ImmutableLongStackImmutableLongStackFactory. ofAll(LongIterable items)MutableLongStackMutableLongStackFactory. ofAll(LongIterable items)ImmutableLongStackImmutableLongStackFactory. ofAllReversed(LongIterable items)MutableLongStackMutableLongStackFactory. ofAllReversed(LongIterable items)ImmutableLongStackImmutableLongStackFactory. withAll(LongIterable items)MutableLongStackMutableLongStackFactory. withAll(LongIterable items)ImmutableLongStackImmutableLongStackFactory. withAllReversed(LongIterable items)MutableLongStackMutableLongStackFactory. withAllReversed(LongIterable items) -
Uses of LongIterable in org.eclipse.collections.api.list.primitive
Subinterfaces of LongIterable in org.eclipse.collections.api.list.primitive Modifier and Type Interface Description interfaceImmutableLongListThis file was automatically generated from template file immutablePrimitiveList.stg.interfaceLongListThis file was automatically generated from template file primitiveList.stg.interfaceMutableLongListThis file was automatically generated from template file mutablePrimitiveList.stg.Methods in org.eclipse.collections.api.list.primitive with parameters of type LongIterable Modifier and Type Method Description booleanMutableLongList. addAllAtIndex(int index, LongIterable source)ImmutableLongListImmutableLongList. newWithAll(LongIterable elements)ImmutableLongListImmutableLongList. newWithoutAll(LongIterable elements)MutableLongListMutableLongList. withAll(LongIterable elements)MutableLongListMutableLongList. withoutAll(LongIterable elements)default ImmutableList<LongLongPair>ImmutableLongList. zipLong(LongIterable iterable)Returns anImmutableListformed from thisImmutableLongListand anotherLongListby combining corresponding elements in pairs.default ListIterable<LongLongPair>LongList. zipLong(LongIterable iterable)Returns aListIterableformed from thisLongListand anotherLongListby combining corresponding elements in pairs.default MutableList<LongLongPair>MutableLongList. zipLong(LongIterable iterable)Returns aMutableListformed from thisMutableLongListand anotherLongListby combining corresponding elements in pairs. -
Uses of LongIterable in org.eclipse.collections.api.map.primitive
Subinterfaces of LongIterable in org.eclipse.collections.api.map.primitive Modifier and Type Interface Description interfaceByteLongMapThis file was automatically generated from template file primitivePrimitiveMap.stg.interfaceCharLongMapThis file was automatically generated from template file primitivePrimitiveMap.stg.interfaceDoubleLongMapThis file was automatically generated from template file primitivePrimitiveMap.stg.interfaceFloatLongMapThis file was automatically generated from template file primitivePrimitiveMap.stg.interfaceImmutableByteLongMapThis file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interfaceImmutableCharLongMapThis file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interfaceImmutableDoubleLongMapThis file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interfaceImmutableFloatLongMapThis file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interfaceImmutableIntLongMapThis file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interfaceImmutableLongLongMapThis file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interfaceImmutableObjectLongMap<K>This file was automatically generated from template file immutableObjectPrimitiveMap.stg.interfaceImmutableShortLongMapThis file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interfaceIntLongMapThis file was automatically generated from template file primitivePrimitiveMap.stg.interfaceLongLongMapThis file was automatically generated from template file primitivePrimitiveMap.stg.interfaceLongValuesMapThis file was automatically generated from template file primitiveValuesMap.stg.interfaceMutableByteLongMapThis file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interfaceMutableCharLongMapThis file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interfaceMutableDoubleLongMapThis file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interfaceMutableFloatLongMapThis file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interfaceMutableIntLongMapThis file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interfaceMutableLongLongMapThis file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interfaceMutableLongValuesMapThis file was automatically generated from template file mutablePrimitiveValuesMap.stg.interfaceMutableObjectLongMap<K>This file was automatically generated from template file mutableObjectPrimitiveMap.stg.interfaceMutableShortLongMapThis file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interfaceObjectLongMap<K>This file was automatically generated from template file objectPrimitiveMap.stg.interfaceShortLongMapThis file was automatically generated from template file primitivePrimitiveMap.stg.Methods in org.eclipse.collections.api.map.primitive with parameters of type LongIterable Modifier and Type Method Description ImmutableLongBooleanMapImmutableLongBooleanMap. newWithoutAllKeys(LongIterable keys)Copy this map, remove any associated values with the specified keys (if any exist), and return the copy as a new immutable map.ImmutableLongByteMapImmutableLongByteMap. newWithoutAllKeys(LongIterable keys)Copy this map, remove any associated values with the specified keys (if any exist), and return the copy as a new immutable map.ImmutableLongCharMapImmutableLongCharMap. newWithoutAllKeys(LongIterable keys)Copy this map, remove any associated values with the specified keys (if any exist), and return the copy as a new immutable map.ImmutableLongDoubleMapImmutableLongDoubleMap. newWithoutAllKeys(LongIterable keys)Copy this map, remove any associated values with the specified keys (if any exist), and return the copy as a new immutable map.ImmutableLongFloatMapImmutableLongFloatMap. newWithoutAllKeys(LongIterable keys)Copy this map, remove any associated values with the specified keys (if any exist), and return the copy as a new immutable map.ImmutableLongIntMapImmutableLongIntMap. newWithoutAllKeys(LongIterable keys)Copy this map, remove any associated values with the specified keys (if any exist), and return the copy as a new immutable map.ImmutableLongLongMapImmutableLongLongMap. newWithoutAllKeys(LongIterable keys)Copy this map, remove any associated values with the specified keys (if any exist), and return the copy as a new immutable map.ImmutableLongObjectMap<V>ImmutableLongObjectMap. newWithoutAllKeys(LongIterable keys)Copy this map, remove any associated values with the specified keys (if any exist), and return the copy as a new immutable map.ImmutableLongShortMapImmutableLongShortMap. newWithoutAllKeys(LongIterable keys)Copy this map, remove any associated values with the specified keys (if any exist), and return the copy as a new immutable map.MutableLongBooleanMapMutableLongBooleanMap. withoutAllKeys(LongIterable keys)Removes the mappings associated with all the keys, if they exist, from this map.MutableLongByteMapMutableLongByteMap. withoutAllKeys(LongIterable keys)Removes the mappings associated with all the keys, if they exist, from this map.MutableLongCharMapMutableLongCharMap. withoutAllKeys(LongIterable keys)Removes the mappings associated with all the keys, if they exist, from this map.MutableLongDoubleMapMutableLongDoubleMap. withoutAllKeys(LongIterable keys)Removes the mappings associated with all the keys, if they exist, from this map.MutableLongFloatMapMutableLongFloatMap. withoutAllKeys(LongIterable keys)Removes the mappings associated with all the keys, if they exist, from this map.MutableLongIntMapMutableLongIntMap. withoutAllKeys(LongIterable keys)Removes the mappings associated with all the keys, if they exist, from this map.MutableLongLongMapMutableLongLongMap. withoutAllKeys(LongIterable keys)Removes the mappings associated with all the keys, if they exist, from this map.MutableLongObjectMap<V>MutableLongObjectMap. withoutAllKeys(LongIterable keys)Removes the mappings associated with all the keys, if they exist, from this map.MutableLongShortMapMutableLongShortMap. withoutAllKeys(LongIterable keys)Removes the mappings associated with all the keys, if they exist, from this map. -
Uses of LongIterable in org.eclipse.collections.api.ordered.primitive
Subinterfaces of LongIterable in org.eclipse.collections.api.ordered.primitive Modifier and Type Interface Description interfaceOrderedLongIterableThis file was automatically generated from template file orderedPrimitiveIterable.stg.interfaceReversibleLongIterableThis file was automatically generated from template file reversiblePrimitiveIterable.stg. -
Uses of LongIterable in org.eclipse.collections.api.set.primitive
Subinterfaces of LongIterable in org.eclipse.collections.api.set.primitive Modifier and Type Interface Description interfaceImmutableLongSetThis file was automatically generated from template file immutablePrimitiveSet.stg.interfaceLongSetThis file was automatically generated from template file primitiveSet.stg.interfaceMutableLongSetThis file was automatically generated from template file mutablePrimitiveSet.stg.Methods in org.eclipse.collections.api.set.primitive with parameters of type LongIterable Modifier and Type Method Description ImmutableLongSetImmutableLongSet. newWithAll(LongIterable elements)ImmutableLongSetImmutableLongSet. newWithoutAll(LongIterable elements)MutableLongSetMutableLongSet. withAll(LongIterable elements)MutableLongSetMutableLongSet. withoutAll(LongIterable elements) -
Uses of LongIterable in org.eclipse.collections.api.stack.primitive
Subinterfaces of LongIterable in org.eclipse.collections.api.stack.primitive Modifier and Type Interface Description interfaceImmutableLongStackThis file was automatically generated from template file immutablePrimitiveStack.stg.interfaceLongStackThis file was automatically generated from template file primitiveStack.stg.interfaceMutableLongStackThis file was automatically generated from template file mutablePrimitiveStack.stg.
-