HiveBoxLike class abstract
一个最小化的 Hive Box 形状契约,仅声明查看所需方法。
插件本身不依赖 hive,用户传入自己持有的 box 实例即可,
自动适配任意 Hive 版本、避免依赖冲突。
A minimal Hive Box-shaped contract declaring only what the viewer needs.
The plugin does NOT depend on hive; callers pass in their own box so any
version is supported without version conflicts.
- Implementers
Constructors
Properties
Methods
-
get(
dynamic key) → dynamic -
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