- doubleStream(IndexedSeq<Double>) - Static method in class scala.compat.java8.ScalaStreamSupport
-
Generates a DoubleStream that traverses an IndexedSeq of Doubles.
- doubleStream(HashSet<Double>) - Static method in class scala.compat.java8.ScalaStreamSupport
-
Generates a DoubleStream that traverses a scala.collection.immutable.HashSet of Doubles.
- doubleStream(HashSet<Double>) - Static method in class scala.compat.java8.ScalaStreamSupport
-
Generates a DoubleStream that traverses a scala.collection.mutable.HashSet of Doubles.
- doubleStream(Vector<Double>) - Static method in class scala.compat.java8.ScalaStreamSupport
-
Generates a DoubleStream that traverses a scala.collection.immutable.Vector of Doubles.
- doubleStream(Iterator<Double>) - Static method in class scala.compat.java8.ScalaStreamSupport
-
Generates a DoubleStream that traverses a double-valued scala.collection.Iterator.
- doubleStream(Iterable<Double>) - Static method in class scala.compat.java8.ScalaStreamSupport
-
Generates a DoubleStream that traverses a double-valued scala.collection.Iterable.
- doubleStreamAccumulated(TraversableOnce<Double>) - Static method in class scala.compat.java8.ScalaStreamSupport
-
Generates a Stream that traverses any Scala collection by accumulating its entries
into a buffer class (Accumulator).
- doubleStreamAccumulatedKeys(Map<Double, ?>) - Static method in class scala.compat.java8.ScalaStreamSupport
-
Generates a Stream that traverses the keys of any Scala map by
accumulating those keys into a buffer class (Accumulator).
- doubleStreamAccumulatedValues(Map<?, Double>) - Static method in class scala.compat.java8.ScalaStreamSupport
-
Generates a Stream that traverses the values of any Scala map by
accumulating those values into a buffer class (Accumulator).
- doubleStreamKeys(HashMap<Double, ? super Object>) - Static method in class scala.compat.java8.ScalaStreamSupport
-
Generates a DoubleStream that traverses double-valued keys of a scala.collection.immutable.HashMap.
- doubleStreamKeys(HashMap<Double, ?>) - Static method in class scala.compat.java8.ScalaStreamSupport
-
Generates a DoubleStream that traverses double-valued keys of a scala.collection.mutable.HashMap.
- doubleStreamKeys(Map<Double, ?>) - Static method in class scala.compat.java8.ScalaStreamSupport
-
Generates a DoubleStream that traverses the double-valued keys of a scala.collection.Map.
- doubleStreamValues(HashMap<? super Object, Double>) - Static method in class scala.compat.java8.ScalaStreamSupport
-
Generates a DoubleStream that traverses double-valued values of a scala.collection.immutable.HashMap.
- doubleStreamValues(HashMap<? super Object, Double>) - Static method in class scala.compat.java8.ScalaStreamSupport
-
Generates a DoubleStream that traverses double-valued values of a scala.collection.mutable.HashMap.
- doubleStreamValues(Map<?, Double>) - Static method in class scala.compat.java8.ScalaStreamSupport
-
Generates a DoubleStream that traverses the double-valued values of a scala.collection.Map.
- intStream(BitSet) - Static method in class scala.compat.java8.ScalaStreamSupport
-
Generates a IntStream that traverses a BitSet.
- intStream(Range) - Static method in class scala.compat.java8.ScalaStreamSupport
-
Generates a IntStream that traverses a Range.
- intStream(IndexedSeq<Integer>) - Static method in class scala.compat.java8.ScalaStreamSupport
-
Generates a IntStream that traverses an IndexedSeq of Ints.
- intStream(HashSet<Integer>) - Static method in class scala.compat.java8.ScalaStreamSupport
-
Generates a IntStream that traverses a scala.collection.immutable.HashSet of Ints.
- intStream(HashSet<Integer>) - Static method in class scala.compat.java8.ScalaStreamSupport
-
Generates a IntStream that traverses a scala.collection.mutable.HashSet of Ints.
- intStream(Vector<Integer>) - Static method in class scala.compat.java8.ScalaStreamSupport
-
Generates a IntStream that traverses a scala.collection.immutable.Vector of Ints.
- intStream(Iterator<Integer>) - Static method in class scala.compat.java8.ScalaStreamSupport
-
Generates a IntStream that traverses a int-valued scala.collection.Iterator.
- intStream(Iterable<Integer>) - Static method in class scala.compat.java8.ScalaStreamSupport
-
Generates a IntStream that traverses a int-valued scala.collection.Iterable.
- intStreamAccumulated(TraversableOnce<Integer>) - Static method in class scala.compat.java8.ScalaStreamSupport
-
Generates a Stream that traverses any Scala collection by accumulating its entries
into a buffer class (Accumulator).
- intStreamAccumulatedKeys(Map<Integer, ?>) - Static method in class scala.compat.java8.ScalaStreamSupport
-
Generates a Stream that traverses the keys of any Scala map by
accumulating those keys into a buffer class (Accumulator).
- intStreamAccumulatedValues(Map<?, Integer>) - Static method in class scala.compat.java8.ScalaStreamSupport
-
Generates a Stream that traverses the values of any Scala map by
accumulating those values into a buffer class (Accumulator).
- intStreamKeys(HashMap<Integer, ? super Object>) - Static method in class scala.compat.java8.ScalaStreamSupport
-
Generates a IntStream that traverses int-valued keys of a scala.collection.immutable.HashMap.
- intStreamKeys(HashMap<Integer, ?>) - Static method in class scala.compat.java8.ScalaStreamSupport
-
Generates a IntStream that traverses int-valued keys of a scala.collection.mutable.HashMap.
- intStreamKeys(Map<Integer, ?>) - Static method in class scala.compat.java8.ScalaStreamSupport
-
Generates a IntStream that traverses the int-valued keys of a scala.collection.Map.
- intStreamValues(HashMap<? super Object, Integer>) - Static method in class scala.compat.java8.ScalaStreamSupport
-
Generates a IntStream that traverses int-valued values of a scala.collection.immutable.HashMap.
- intStreamValues(HashMap<? super Object, Integer>) - Static method in class scala.compat.java8.ScalaStreamSupport
-
Generates a IntStream that traverses int-valued values of a scala.collection.mutable.HashMap.
- intStreamValues(Map<?, Integer>) - Static method in class scala.compat.java8.ScalaStreamSupport
-
Generates a IntStream that traverses the int-valued values of a scala.collection.Map.
- IteratorPrimitiveDoubleWrapper - Class in scala.compat.java8.wrappers
-
- IteratorPrimitiveDoubleWrapper(Iterator<Double>) - Constructor for class scala.compat.java8.wrappers.IteratorPrimitiveDoubleWrapper
-
- IteratorPrimitiveIntWrapper - Class in scala.compat.java8.wrappers
-
- IteratorPrimitiveIntWrapper(Iterator<Integer>) - Constructor for class scala.compat.java8.wrappers.IteratorPrimitiveIntWrapper
-
- IteratorPrimitiveLongWrapper - Class in scala.compat.java8.wrappers
-
- IteratorPrimitiveLongWrapper(Iterator<Long>) - Constructor for class scala.compat.java8.wrappers.IteratorPrimitiveLongWrapper
-
- longStream(IndexedSeq<Long>) - Static method in class scala.compat.java8.ScalaStreamSupport
-
Generates a LongStream that traverses an IndexedSeq of Longs.
- longStream(HashSet<Long>) - Static method in class scala.compat.java8.ScalaStreamSupport
-
Generates a LongStream that traverses a scala.collection.immutable.HashSet of Longs.
- longStream(HashSet<Long>) - Static method in class scala.compat.java8.ScalaStreamSupport
-
Generates a LongStream that traverses a scala.collection.mutable.HashSet of Longs.
- longStream(Vector<Long>) - Static method in class scala.compat.java8.ScalaStreamSupport
-
Generates a LongStream that traverses a scala.collection.immutable.Vector of Longs.
- longStream(Iterator<Long>) - Static method in class scala.compat.java8.ScalaStreamSupport
-
Generates a LongStream that traverses a long-valued scala.collection.Iterator.
- longStream(Iterable<Long>) - Static method in class scala.compat.java8.ScalaStreamSupport
-
Generates a LongStream that traverses a long-valued scala.collection.Iterable.
- longStreamAccumulated(TraversableOnce<Long>) - Static method in class scala.compat.java8.ScalaStreamSupport
-
Generates a Stream that traverses any Scala collection by accumulating its entries
into a buffer class (Accumulator).
- longStreamAccumulatedKeys(Map<Long, ?>) - Static method in class scala.compat.java8.ScalaStreamSupport
-
Generates a Stream that traverses the keys of any Scala map by
accumulating those keys into a buffer class (Accumulator).
- longStreamAccumulatedValues(Map<?, Long>) - Static method in class scala.compat.java8.ScalaStreamSupport
-
Generates a Stream that traverses the values of any Scala map by
accumulating those values into a buffer class (Accumulator).
- longStreamKeys(HashMap<Long, ? super Object>) - Static method in class scala.compat.java8.ScalaStreamSupport
-
Generates a LongStream that traverses long-valued keys of a scala.collection.immutable.HashMap.
- longStreamKeys(HashMap<Long, ?>) - Static method in class scala.compat.java8.ScalaStreamSupport
-
Generates a LongStream that traverses long-valued keys of a scala.collection.mutable.HashMap.
- longStreamKeys(Map<Long, ?>) - Static method in class scala.compat.java8.ScalaStreamSupport
-
Generates a LongStream that traverses the long-valued keys of a scala.collection.Map.
- longStreamValues(HashMap<? super Object, Long>) - Static method in class scala.compat.java8.ScalaStreamSupport
-
Generates a LongStream that traverses long-valued values of a scala.collection.immutable.HashMap.
- longStreamValues(HashMap<? super Object, Long>) - Static method in class scala.compat.java8.ScalaStreamSupport
-
Generates a LongStream that traverses long-valued values of a scala.collection.mutable.HashMap.
- longStreamValues(Map<?, Long>) - Static method in class scala.compat.java8.ScalaStreamSupport
-
Generates a LongStream that traverses the long-valued values of a scala.collection.Map.
- scala.compat.java8 - package scala.compat.java8
-
- scala.compat.java8.runtime - package scala.compat.java8.runtime
-
- scala.compat.java8.wrappers - package scala.compat.java8.wrappers
-
- ScalaStreamSupport - Class in scala.compat.java8
-
This class contains static utility methods for creating Java Streams from Scala Collections, similar
to the methods in java.util.stream.StreamSupport for other Java types.
- ScalaStreamSupport() - Constructor for class scala.compat.java8.ScalaStreamSupport
-
- stream(IndexedSeq<T>) - Static method in class scala.compat.java8.ScalaStreamSupport
-
Generates a Stream that traverses an IndexedSeq.
- stream(HashMap<K, V>) - Static method in class scala.compat.java8.ScalaStreamSupport
-
Generates a Stream that traverses the key-value pairs of a scala.collection.immutable.HashMap.
- stream(HashSet<T>) - Static method in class scala.compat.java8.ScalaStreamSupport
-
Generates a Stream that traverses a scala.collection.immutable.HashSet.
- stream(HashMap<K, V>) - Static method in class scala.compat.java8.ScalaStreamSupport
-
Generates a Stream that traverses the key-value pairs of a scala.collection.mutable.HashMap.
- stream(HashSet<T>) - Static method in class scala.compat.java8.ScalaStreamSupport
-
Generates a Stream that traverses a scala.collection.mutable.HashSet.
- stream(Vector<T>) - Static method in class scala.compat.java8.ScalaStreamSupport
-
Generates a Stream that traverses a scala.collection.immutable.Vector.
- stream(Map<K, V>) - Static method in class scala.compat.java8.ScalaStreamSupport
-
Generates a Stream that traverses the key-value pairs of a scala.collection.Map.
- stream(Iterator<T>) - Static method in class scala.compat.java8.ScalaStreamSupport
-
Generates a Stream that traverses a scala.collection.Iterator.
- stream(Iterable<T>) - Static method in class scala.compat.java8.ScalaStreamSupport
-
Generates a Stream that traverses a scala.collection.Iterable.
- streamAccumulated(TraversableOnce<T>) - Static method in class scala.compat.java8.ScalaStreamSupport
-
Generates a Stream that traverses any Scala collection by accumulating its entries
into a buffer class (Accumulator).
- streamAccumulatedKeys(Map<K, ?>) - Static method in class scala.compat.java8.ScalaStreamSupport
-
Generates a Stream that traverses the keys of any Scala map by
accumulating those keys into a buffer class (Accumulator).
- streamAccumulatedValues(Map<?, V>) - Static method in class scala.compat.java8.ScalaStreamSupport
-
Generates a Stream that traverses the values of any Scala map by
accumulating those values into a buffer class (Accumulator).
- streamKeys(HashMap<K, ? super Object>) - Static method in class scala.compat.java8.ScalaStreamSupport
-
Generates a Stream that traverses the keys of a scala.collection.immutable.HashMap.
- streamKeys(HashMap<K, ?>) - Static method in class scala.compat.java8.ScalaStreamSupport
-
Generates a Stream that traverses the keys of a scala.collection.mutable.HashMap.
- streamKeys(Map<K, ?>) - Static method in class scala.compat.java8.ScalaStreamSupport
-
Generates a Stream that traverses the keys of a scala.collection.Map.
- streamValues(HashMap<? super Object, V>) - Static method in class scala.compat.java8.ScalaStreamSupport
-
Generates a Stream that traverses the values of a scala.collection.immutable.HashMap.
- streamValues(HashMap<? super Object, V>) - Static method in class scala.compat.java8.ScalaStreamSupport
-
Generates a Stream that traverses the values of a scala.collection.mutable.HashMap.
- streamValues(Map<?, V>) - Static method in class scala.compat.java8.ScalaStreamSupport
-
Generates a Stream that traverses the values of a scala.collection.Map.