IntervalRTreeNode class abstract

Implementers

Constructors

IntervalRTreeNode()

Properties

hashCode int
The hash code for this object.
no setterinherited
max double
getter/setter pair
min double
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getMax() double
getMin() double
intersects(double queryMin, double queryMax) bool
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
query(double queryMin, double queryMax, ItemVisitor visitor) → void
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited