IndexUnique<Key extends Object, Record extends Object> class

Inheritance

Constructors

IndexUnique(dynamic getKey)

Properties

getKey GetKey<Key, Record>
finalinherited
hashCode int
The hash code for this object.
no setterinherited
keys Iterable<Key>
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
values Iterable<Record>
no setteroverride

Methods

add(Record record) → void
override
addAll(Iterable<Record> records) → void
inherited
getOne(Key key) → Record?
override
has(Key key) bool
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
remove(Record record) bool
override
toString() String
A string representation of this object.
inherited

Operators

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