com.opendatagroup.hadrian.data

PFAArray

class PFAArray[X] extends List[X]

Linear Supertypes
List[X], Collection[X], Iterable[X], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. PFAArray
  2. List
  3. Collection
  4. Iterable
  5. AnyRef
  6. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new PFAArray(builder: Builder[X, Vector[X]], vector: Vector[X])

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. def add(index: Int, obj: X): Unit

    Definition Classes
    PFAArray → List
  7. def add(obj: X): Boolean

    Definition Classes
    PFAArray → List → Collection
  8. def addAll(index: Int, that: Collection[_ <: X]): Boolean

    Definition Classes
    PFAArray → List
  9. def addAll(that: Collection[_ <: X]): Boolean

    Definition Classes
    PFAArray → List → Collection
  10. def apply(i: Int): X

  11. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  12. def clear(): Unit

    Definition Classes
    PFAArray → List → Collection
  13. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  14. def contains(obj: AnyRef): Boolean

    Definition Classes
    PFAArray → List → Collection
  15. def containsAll(that: Collection[_]): Boolean

    Definition Classes
    PFAArray → List → Collection
  16. def converted[X](elem: X, schema: Schema): X

  17. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  18. def equals(that: Any): Boolean

    Definition Classes
    PFAArray → List → Collection → AnyRef → Any
  19. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  20. def forEach(arg0: Consumer[_ >: X]): Unit

    Definition Classes
    Iterable
  21. def get(index: Int): X

    Definition Classes
    PFAArray → List
  22. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  23. def hashCode(): Int

    Definition Classes
    PFAArray → List → Collection → AnyRef → Any
  24. def indexOf(obj: AnyRef): Int

    Definition Classes
    PFAArray → List
  25. def isEmpty(): Boolean

    Definition Classes
    PFAArray → List → Collection
  26. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  27. def iterator(): Iterator[X]

    Definition Classes
    PFAArray → List → Collection → Iterable
  28. def lastIndexOf(obj: AnyRef): Int

    Definition Classes
    PFAArray → List
  29. def listIterator(index: Int): ListIterator[X]

    Definition Classes
    PFAArray → List
  30. def listIterator(): ListIterator[X]

    Definition Classes
    PFAArray → List
  31. def metadata: Map[String, Any]

  32. def metadata_=(x: Map[String, Any]): Unit

  33. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  34. final def notify(): Unit

    Definition Classes
    AnyRef
  35. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  36. def parallelStream(): Stream[X]

    Definition Classes
    Collection
  37. def remove(obj: AnyRef): Boolean

    Definition Classes
    PFAArray → List → Collection
  38. def remove(index: Int): X

    Definition Classes
    PFAArray → List
  39. def removeAll(that: Collection[_]): Boolean

    Definition Classes
    PFAArray → List → Collection
  40. def removeIf(arg0: Predicate[_ >: X]): Boolean

    Definition Classes
    Collection
  41. def replaceAll(arg0: UnaryOperator[X]): Unit

    Definition Classes
    List
  42. def retainAll(that: Collection[_]): Boolean

    Definition Classes
    PFAArray → List → Collection
  43. def set(index: Int, element: X): X

    Definition Classes
    PFAArray → List
  44. def size(): Int

    Definition Classes
    PFAArray → List → Collection
  45. def sort(arg0: Comparator[_ >: X]): Unit

    Definition Classes
    List
  46. def spliterator(): Spliterator[X]

    Definition Classes
    List → Collection → Iterable
  47. def stream(): Stream[X]

    Definition Classes
    Collection
  48. def subList(fromIndex: Int, toIndex: Int): List[X]

    Definition Classes
    PFAArray → List
  49. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  50. def toArray[Y](y: Array[Y]): Array[Y]

    Definition Classes
    PFAArray → List → Collection
  51. def toArray(): Array[AnyRef]

    Definition Classes
    PFAArray → List → Collection
  52. def toString(): String

    Definition Classes
    PFAArray → AnyRef → Any
  53. def toVector: Vector[X]

  54. def updated[Y](path: List[PathIndex], updator: (Y) ⇒ Y, schema: Schema): PFAArray[X]

  55. def updated[Y](path: Array[PathIndex], updator: (Y) ⇒ Y, schema: Schema, arrayErrStr: String, arrayErrCode: Int, mapErrStr: String, mapErrCode: Int, fcnName: String, pos: Option[String]): PFAArray[X]

  56. def updated[Y](path: Array[PathIndex], updator: (Y) ⇒ Y, schema: Schema): PFAArray[X]

  57. def updated(path: Array[PathIndex], elem: X, schema: Schema, arrayErrStr: String, arrayErrCode: Int, mapErrStr: String, mapErrCode: Int, fcnName: String, pos: Option[String]): PFAArray[X]

  58. def updated(path: Array[PathIndex], elem: X, schema: Schema): PFAArray[X]

  59. def updated(path: List[PathIndex], elem: X, schema: Schema): PFAArray[X]

  60. def updated(i: Int, elem: X, schema: Schema): PFAArray[X]

  61. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from List[X]

Inherited from Collection[X]

Inherited from Iterable[X]

Inherited from AnyRef

Inherited from Any

Ungrouped