SdbIndex3Ref<K extends KeyBase, V extends ValueBase, I1 extends IndexBase, I2 extends IndexBase, I3 extends IndexBase> class
abstract
interface
Index on 3 fields
- Inheritance
-
- Object
- SdbIndexRef<
K, V, (I1, I2, I3)> - SdbIndex3Ref
- Available extensions
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- name → String
-
Index name.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
store
→ SdbStoreRef<
K, V> -
Store reference.
no setterinherited
Methods
-
lowerBoundary(
I1 value1, I2 value2, I3 value3, {bool? include = true}) → SdbBoundary< (I1, I2, I3)> -
Available on SdbIndex3Ref<
Lower boundaryK, V, I1, I2, I3> , provided by the SdbIndex3RefExtension extension -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
upperBoundary(
I1 value1, I2 value2, I3 value3, {bool? include = false}) → SdbBoundary< (I1, I2, I3)> -
Available on SdbIndex3Ref<
Upper boundaryK, V, I1, I2, I3> , provided by the SdbIndex3RefExtension extension
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited