Class

io.fsq.spindle.__shaded_for_spindle_bootstrap__.descriptors

RawMapType

Related Doc: package descriptors

Permalink

final class RawMapType extends JavaMapTypeRaw[MapType, RawMapType, MapTypeMeta] with MutableMapType

Linear Supertypes
MutableMapType, MapType, TBase[MapType, MapType._Fields], Serializable, JavaMapTypeRaw[MapType, RawMapType, MapTypeMeta], JavaMapTypeMutable[MapType, RawMapType, MapTypeMeta], MutableRecord[MapType], JavaMapType[MapType, RawMapType, MapTypeMeta], Record[MapType], Ordered[MapType], Comparable[MapType], UntypedRecord, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RawMapType
  2. MutableMapType
  3. MapType
  4. TBase
  5. Serializable
  6. JavaMapTypeRaw
  7. JavaMapTypeMutable
  8. MutableRecord
  9. JavaMapType
  10. Record
  11. Ordered
  12. Comparable
  13. UntypedRecord
  14. AnyRef
  15. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new RawMapType()

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. def <(that: MapType): Boolean

    Permalink
    Definition Classes
    MapType → Ordered
  4. def <=(that: MapType): Boolean

    Permalink
    Definition Classes
    MapType → Ordered
  5. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  6. def >(that: MapType): Boolean

    Permalink
    Definition Classes
    MapType → Ordered
  7. def >=(that: MapType): Boolean

    Permalink
    Definition Classes
    MapType → Ordered
  8. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  9. def clear(): Unit

    Permalink
    Definition Classes
    RawMapType → TBase
  10. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. def compare(that: MapType): Int

    Permalink
    Definition Classes
    MapType → Ordered
  12. def compareTo(that: MapType): Int

    Permalink
    Definition Classes
    MapType → Ordered → Comparable
  13. def copy(keyTypeId: String = keyTypeIdOrNull, valueTypeId: String = valueTypeIdOrNull): RawMapType

    Permalink
    Definition Classes
    RawMapTypeMutableMapTypeMapType
  14. def deepCopy(): RawMapType

    Permalink
    Definition Classes
    RawMapTypeMapType → TBase
  15. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  16. def equals(that: MapType): Boolean

    Permalink
  17. def equals(that: Any): Boolean

    Permalink
    Definition Classes
    RawMapType → AnyRef → Any
  18. def fieldForId(id: Int): MapType._Fields

    Permalink
    Definition Classes
    RawMapType → TBase
  19. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  20. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  21. def getFieldValue(field: MapType._Fields): AnyRef

    Permalink
    Definition Classes
    RawMapType → TBase
  22. def getSetFields: Seq[Any]

    Permalink
  23. def hashCode(): Int

    Permalink
    Definition Classes
    RawMapType → AnyRef → Any
  24. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  25. def isSet(field: MapType._Fields): Boolean

    Permalink
    Definition Classes
    RawMapType → TBase
  26. def keyTypeId(): String

    Permalink
    Definition Classes
    RawMapType → JavaMapType
  27. def keyTypeIdIsSet(): Boolean

    Permalink
    Definition Classes
    RawMapType → JavaMapType
  28. def keyTypeIdOption(): Option[String]

    Permalink
    Definition Classes
    RawMapType → JavaMapType
  29. def keyTypeIdOrNull(): String

    Permalink
    Definition Classes
    RawMapType → JavaMapType
  30. def keyTypeIdOrThrow(): String

    Permalink
    Definition Classes
    RawMapType → JavaMapType
  31. def keyTypeIdUnset(): Unit

    Permalink
    Definition Classes
    RawMapTypeMutableMapType
  32. def keyTypeId_=(x: String): Unit

    Permalink
    Definition Classes
    RawMapTypeMutableMapType
  33. def merge(that: MapType): Unit

    Permalink
    Definition Classes
    RawMapTypeMutableMapTypeMutableRecord
  34. def mergeCopy(that: MapType): MapType

    Permalink
    Definition Classes
    RawMapTypeMapTypeRecord
  35. def meta: MapTypeMeta

    Permalink
    Definition Classes
    RawMapTypeMapTypeRecordUntypedRecord
  36. def mutable: MutableMapType

    Permalink

    Returns a pointer to a Mutable version of this record.

    Returns a pointer to a Mutable version of this record.

    If the underlying implementation is mutable, this will be returned. If the underlying implementation is immutable, a mutable copy will be returned.

    After mutating the instance returned by this method, the original instance (on which mutable was called) will be in an undefined state. It may or may not have been modified, depending on whether it was immutable or not.

    This is included as an optimization for when we want access to a Mutable record but don't want to pay the cost of copying every time.

    Definition Classes
    MutableMapTypeMapType
  37. def mutableCopy(): MutableMapType

    Permalink
    Definition Classes
    MapType
  38. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  39. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  40. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  41. def read(iprot: TProtocol): Unit

    Permalink
    Definition Classes
    RawMapType → TBase → UntypedRecord
  42. def setFieldValue(field: MapType._Fields, value: AnyRef): Unit

    Permalink
    Definition Classes
    RawMapType → TBase
  43. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  44. def toBuilder(): AllSpecified

    Permalink
    Definition Classes
    MapType
  45. def toString(): String

    Permalink
    Definition Classes
    RawMapType → AnyRef → Any
  46. def valueTypeId(): String

    Permalink
    Definition Classes
    RawMapType → JavaMapType
  47. def valueTypeIdIsSet(): Boolean

    Permalink
    Definition Classes
    RawMapType → JavaMapType
  48. def valueTypeIdOption(): Option[String]

    Permalink
    Definition Classes
    RawMapType → JavaMapType
  49. def valueTypeIdOrNull(): String

    Permalink
    Definition Classes
    RawMapType → JavaMapType
  50. def valueTypeIdOrThrow(): String

    Permalink
    Definition Classes
    RawMapType → JavaMapType
  51. def valueTypeIdUnset(): Unit

    Permalink
    Definition Classes
    RawMapTypeMutableMapType
  52. def valueTypeId_=(x: String): Unit

    Permalink
    Definition Classes
    RawMapTypeMutableMapType
  53. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  54. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  55. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  56. def write(oprot: TProtocol): Unit

    Permalink
    Definition Classes
    RawMapTypeMapType → TBase → UntypedRecord

Inherited from MutableMapType

Inherited from MapType

Inherited from TBase[MapType, MapType._Fields]

Inherited from Serializable

Inherited from JavaMapTypeRaw[MapType, RawMapType, MapTypeMeta]

Inherited from JavaMapTypeMutable[MapType, RawMapType, MapTypeMeta]

Inherited from MutableRecord[MapType]

Inherited from JavaMapType[MapType, RawMapType, MapTypeMeta]

Inherited from Record[MapType]

Inherited from Ordered[MapType]

Inherited from Comparable[MapType]

Inherited from UntypedRecord

Inherited from AnyRef

Inherited from Any

Ungrouped