class
StreamConvertersTest extends AnyRef
Instance Constructors
-
new
StreamConvertersTest()
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
def
abufD(n: Int): ArrayBuffer[Double]
-
def
abufI(n: Int): ArrayBuffer[Int]
-
def
abufL(n: Int): ArrayBuffer[Long]
-
def
abufO(n: Int): ArrayBuffer[String]
-
def
arrayD(n: Int): Array[Double]
-
def
arrayI(n: Int): Array[Int]
-
def
arrayL(n: Int): Array[Long]
-
def
arrayO(n: Int): Array[String]
-
final
def
asInstanceOf[T0]: T0
-
def
assert(b: Boolean, s: String): Unit
-
def
assert(b: Boolean): Unit
-
def
assertEq[A](a1: A, a2: A): Unit
-
def
assertEq[A](a1: A, a2: A, s: String): Unit
-
def
clone(): AnyRef
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
finalize(): Unit
-
def
genhset[A](aa: Array[A]): HashSet[A]
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
def
hsetD(n: Int): HashSet[Double]
-
def
hsetI(n: Int): HashSet[Int]
-
def
hsetL(n: Int): HashSet[Long]
-
def
hsetO(n: Int): HashSet[String]
-
final
def
isInstanceOf[T0]: Boolean
-
final
def
ne(arg0: AnyRef): Boolean
-
def
newDoubleStream(n: Int): DoubleStream
-
def
newIntStream(n: Int): IntStream
-
def
newLongStream(n: Int): LongStream
-
def
newStream(n: Int): java.util.stream.Stream[String]
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
val
ns: collection.immutable.Vector[Int]
-
def
primitiveStreamTypes(): Unit
-
def
scalaToStream(): Unit
-
def
streamAccumulate(): Unit
-
def
streamMaterialization(): Unit
-
def
streamToScala(): Unit
-
def
streamUnbox(): Unit
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
def
vectD(n: Int): Vector[Double]
-
def
vectI(n: Int): Vector[Int]
-
def
vectL(n: Int): Vector[Long]
-
def
vectO(n: Int): Vector[String]
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
-
def
wrapD(n: Int): WrappedArray[Double]
-
def
wrapI(n: Int): WrappedArray[Int]
-
def
wrapL(n: Int): WrappedArray[Long]
-
def
wrapO(n: Int): WrappedArray[String]