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

HiveBoxLike()

Properties

hashCode int
The hash code for this object.
no setterinherited
keys Iterable
no setter
length int
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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