Class

io.fsq.spindle.__shaded_for_spindle_bootstrap__.descriptors

RawListType

Related Doc: package descriptors

Permalink

final class RawListType extends JavaListTypeRaw[ListType, RawListType, ListTypeMeta] with MutableListType

Linear Supertypes
MutableListType, ListType, TBase[ListType, ListType._Fields], Serializable, JavaListTypeRaw[ListType, RawListType, ListTypeMeta], JavaListTypeMutable[ListType, RawListType, ListTypeMeta], MutableRecord[ListType], JavaListType[ListType, RawListType, ListTypeMeta], Record[ListType], Ordered[ListType], Comparable[ListType], UntypedRecord, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RawListType
  2. MutableListType
  3. ListType
  4. TBase
  5. Serializable
  6. JavaListTypeRaw
  7. JavaListTypeMutable
  8. MutableRecord
  9. JavaListType
  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 RawListType()

    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: ListType): Boolean

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    ListType → Ordered → Comparable
  13. def copy(elementTypeId: String = elementTypeIdOrNull): RawListType

    Permalink
    Definition Classes
    RawListTypeMutableListTypeListType
  14. def deepCopy(): RawListType

    Permalink
    Definition Classes
    RawListTypeListType → TBase
  15. def elementTypeId(): String

    Permalink
    Definition Classes
    RawListType → JavaListType
  16. def elementTypeIdIsSet(): Boolean

    Permalink
    Definition Classes
    RawListType → JavaListType
  17. def elementTypeIdOption(): Option[String]

    Permalink
    Definition Classes
    RawListType → JavaListType
  18. def elementTypeIdOrNull(): String

    Permalink
    Definition Classes
    RawListType → JavaListType
  19. def elementTypeIdOrThrow(): String

    Permalink
    Definition Classes
    RawListType → JavaListType
  20. def elementTypeIdUnset(): Unit

    Permalink
    Definition Classes
    RawListTypeMutableListType
  21. def elementTypeId_=(x: String): Unit

    Permalink
    Definition Classes
    RawListTypeMutableListType
  22. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  23. def equals(that: ListType): Boolean

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

    Permalink
    Definition Classes
    RawListType → AnyRef → Any
  25. def fieldForId(id: Int): ListType._Fields

    Permalink
    Definition Classes
    RawListType → TBase
  26. def finalize(): Unit

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

    Permalink
    Definition Classes
    AnyRef → Any
  28. def getFieldValue(field: ListType._Fields): AnyRef

    Permalink
    Definition Classes
    RawListType → TBase
  29. def getSetFields: Seq[Any]

    Permalink
  30. def hashCode(): Int

    Permalink
    Definition Classes
    RawListType → AnyRef → Any
  31. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  32. def isSet(field: ListType._Fields): Boolean

    Permalink
    Definition Classes
    RawListType → TBase
  33. def merge(that: ListType): Unit

    Permalink
    Definition Classes
    RawListTypeMutableListTypeMutableRecord
  34. def mergeCopy(that: ListType): ListType

    Permalink
    Definition Classes
    RawListTypeListTypeRecord
  35. def meta: ListTypeMeta

    Permalink
    Definition Classes
    RawListTypeListTypeRecordUntypedRecord
  36. def mutable: MutableListType

    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
    MutableListTypeListType
  37. def mutableCopy(): MutableListType

    Permalink
    Definition Classes
    ListType
  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
    RawListType → TBase → UntypedRecord
  42. def setFieldValue(field: ListType._Fields, value: AnyRef): Unit

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

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

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

    Permalink
    Definition Classes
    RawListType → AnyRef → Any
  46. final def wait(): Unit

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

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

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

    Permalink
    Definition Classes
    RawListTypeListType → TBase → UntypedRecord

Inherited from MutableListType

Inherited from ListType

Inherited from TBase[ListType, ListType._Fields]

Inherited from Serializable

Inherited from JavaListTypeRaw[ListType, RawListType, ListTypeMeta]

Inherited from JavaListTypeMutable[ListType, RawListType, ListTypeMeta]

Inherited from MutableRecord[ListType]

Inherited from JavaListType[ListType, RawListType, ListTypeMeta]

Inherited from Record[ListType]

Inherited from Ordered[ListType]

Inherited from Comparable[ListType]

Inherited from UntypedRecord

Inherited from AnyRef

Inherited from Any

Ungrouped