Packages

c

myscala.math.algo.MTree

NewDataEntry

class NewDataEntry extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. NewDataEntry
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new NewDataEntry(id: String, pos: D)
  2. new NewDataEntry(id: String, position: D, _subTree: Option[NewNode], distanceToParent: Double)

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 canEqual(other: Any): Boolean

    Checks whether we are allowed to compare this object to another

    Checks whether we are allowed to compare this object to another

    other

    are we allowed to compare to this object

    returns

    true if we can compare and flase otherwise

  6. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  7. def copy: NewDataEntry
  8. var coveringRadius: Option[Double]
  9. val distanceToParent: Double
  10. def distanceToThis(de: NewDataEntry): Double
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(other: Any): Boolean

    Checks whether another object equals this one

    Checks whether another object equals this one

    other

    another object to test equality for

    returns

    boolean indicating if the two objects are the same

    Definition Classes
    NewDataEntry → AnyRef → Any
  13. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. def hashCode(): Int

    Definition of equality.

    Definition of equality.

    returns

    Int representing the object

    Definition Classes
    NewDataEntry → AnyRef → Any
  16. val id: String
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  20. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  21. val position: D
  22. def replaceSubTree(st: NewNode): Unit
  23. def replaceSubTreeParentNode(parNode: NewNode): Unit
  24. def subTree: NewNode
  25. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  26. def toString(): String
    Definition Classes
    NewDataEntry → AnyRef → Any
  27. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped