QuadNode<T> class
叶子节点和 父节点 的统一封装 节点的属性在创建时就已经被确定了
- Mixed-in types
Properties
Methods
-
delete(
int index) → void -
extGet<
T> (String key) → T -
inherited
-
extSet(
String key, dynamic data) → void -
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
-
operator [](
int index) → QuadNode< T> ? -
operator []=(
int index, QuadNode< T> ? node) → void