final class RefMapIn extends serial.RefMapIn[RefMapIn]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- RefMapIn
- RefMapIn
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def in: DataInput
- Definition Classes
- RefMapIn
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def readBoolean(): Boolean
- Definition Classes
- RefMapIn
- def readCustomElem(cookie: Char): Any
- Attributes
- protected
- Definition Classes
- RefMapIn
- def readCustomProduct(cookie: Char): Product
- Attributes
- protected
- Definition Classes
- RefMapIn
- final def readDouble(): Double
- Definition Classes
- RefMapIn
- final def readDoubleVec(): IndexedSeq[Double]
- Definition Classes
- RefMapIn
- def readElem(): Any
- Definition Classes
- RefMapIn
- def readElemWithCookie(cookie: Char): Any
- Attributes
- protected
- Definition Classes
- RefMapIn
- final def readFloat(): Float
- Definition Classes
- RefMapIn
- final def readFloatVec(): IndexedSeq[Float]
- Definition Classes
- RefMapIn
- def readGE(): GE
- def readGEDone(): GE with HasDoneFlag
- def readGraph(): SynthGraph
- def readIdentifiedConst(): Constant
- def readIdentifiedE(): E
- Attributes
- protected
- Definition Classes
- RefMapIn
- def readIdentifiedGraph(): SynthGraph
- def readIdentifiedR(): MaybeRate
- def readIdentifiedU(): U
- Attributes
- protected
- Definition Classes
- RefMapIn
- def readIdentifiedY(): SynthGraph
- final def readInt(): Int
- Definition Classes
- RefMapIn
- final def readIntVec(): IndexedSeq[Int]
- Definition Classes
- RefMapIn
- final def readLong(): Long
- Definition Classes
- RefMapIn
- final def readMap[K, V](key: => K, value: => V): Map[K, V]
- Definition Classes
- RefMapIn
- def readMaybeRate(): MaybeRate
- final def readOption[A](elem: => A): Option[A]
- Definition Classes
- RefMapIn
- def readProduct(): Product
- Definition Classes
- RefMapIn
- final def readProductT[A <: Product](): A
Like
readProduct
but casts the result (unsafe)Like
readProduct
but casts the result (unsafe)- Definition Classes
- RefMapIn
- def readProductWithCookie(cookie: Char): Product
- Attributes
- protected
- Definition Classes
- RefMapIn
- def readProductWithKey(key: String, arity: Int): Product
- def readRate(): Rate
- final def readSet[A](elem: => A): Set[A]
- Definition Classes
- RefMapIn
- final def readString(): String
- Definition Classes
- RefMapIn
- final def readStringOption(): Option[String]
- Definition Classes
- RefMapIn
- final def readVec[A](elem: => A): IndexedSeq[A]
- Definition Classes
- RefMapIn
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def unexpectedCookie(cookie: Char, expected: Char): Nothing
- Attributes
- protected
- Definition Classes
- RefMapIn
- final def unexpectedCookie(cookie: Char): Nothing
- Attributes
- protected
- Definition Classes
- RefMapIn
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated