Packages

final class RefMapIn extends serial.RefMapIn[RefMapIn]

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RefMapIn
  2. RefMapIn
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new RefMapIn(in0: DataInput, hasAdj: Boolean)

Type Members

  1. type Const = graph.Const[_]
    Definition Classes
    RefMapInRefMapIn
  2. abstract type E
    Definition Classes
    RefMapIn
  3. abstract type R
    Definition Classes
    RefMapIn
  4. type U = URI
    Definition Classes
    RefMapInRefMapIn
  5. type Y = Graph
    Definition Classes
    RefMapInRefMapIn

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  8. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  9. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  10. final def in: DataInput
    Definition Classes
    RefMapIn
  11. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  12. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  14. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  15. def readAdjunct[A <: Adjunct](): A
  16. final def readBoolean(): Boolean
    Definition Classes
    RefMapIn
  17. def readCustomElem(cookie: Char): Any
    Attributes
    protected
    Definition Classes
    RefMapIn
  18. def readCustomProduct(cookie: Char): Product
    Attributes
    protected
    Definition Classes
    RefMapIn
  19. final def readDouble(): Double
    Definition Classes
    RefMapIn
  20. final def readDoubleVec(): IndexedSeq[Double]
    Definition Classes
    RefMapIn
  21. def readElem(): Any
    Definition Classes
    RefMapIn
  22. def readElemWithCookie(cookie: Char): Any
    Attributes
    protected
    Definition Classes
    RefMapIn
  23. final def readFloat(): Float
    Definition Classes
    RefMapIn
  24. final def readFloatVec(): IndexedSeq[Float]
    Definition Classes
    RefMapIn
  25. def readGE[A](): GE[A]
  26. def readGE_B(): B
  27. def readGE_D(): D
  28. def readGE_I(): I
  29. def readGraph(): Graph
  30. def readIdentifiedConst(): graph.Const[_]
    Attributes
    protected
    Definition Classes
    RefMapInRefMapIn
  31. def readIdentifiedE(): E
    Attributes
    protected
    Definition Classes
    RefMapIn
  32. def readIdentifiedGraph(): Graph
  33. def readIdentifiedR(): R
    Attributes
    protected
    Definition Classes
    RefMapIn
  34. def readIdentifiedU(): U
    Attributes
    protected
    Definition Classes
    RefMapInRefMapIn
  35. def readIdentifiedY(): Graph
    Definition Classes
    RefMapInRefMapIn
  36. final def readInt(): Int
    Definition Classes
    RefMapIn
  37. final def readIntVec(): IndexedSeq[Int]
    Definition Classes
    RefMapIn
  38. final def readLong(): Long
    Definition Classes
    RefMapIn
  39. final def readMap[K, V](key: => K, value: => V): Map[K, V]
    Definition Classes
    RefMapIn
  40. final def readOption[A](elem: => A): Option[A]
    Definition Classes
    RefMapIn
  41. def readProduct(): Product
    Definition Classes
    RefMapIn
  42. final def readProductT[A <: Product](): A

    Like readProduct but casts the result (unsafe)

    Like readProduct but casts the result (unsafe)

    Definition Classes
    RefMapIn
  43. def readProductWithCookie(cookie: Char): Product
    Attributes
    protected
    Definition Classes
    RefMapIn
  44. def readProductWithKey(key: String, arity: Int): Product
    Attributes
    protected
    Definition Classes
    RefMapInRefMapIn
  45. final def readSet[A](elem: => A): Set[A]
    Definition Classes
    RefMapIn
  46. final def readString(): String
    Definition Classes
    RefMapIn
  47. final def readStringOption(): Option[String]
    Definition Classes
    RefMapIn
  48. def readURI(): URI
  49. final def readVec[A](elem: => A): IndexedSeq[A]
    Definition Classes
    RefMapIn
  50. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  51. def toString(): String
    Definition Classes
    AnyRef → Any
  52. final def unexpectedCookie(cookie: Char, expected: Char): Nothing
    Attributes
    protected
    Definition Classes
    RefMapIn
  53. final def unexpectedCookie(cookie: Char): Nothing
    Attributes
    protected
    Definition Classes
    RefMapIn
  54. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  55. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  56. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from serial.RefMapIn[RefMapIn]

Inherited from AnyRef

Inherited from Any

Ungrouped