IdenticalSet<O> class
A set that matches elements by identical function only.
Constructors
- IdenticalSet({int groups = 7})
Properties
- groupsLength → int
-
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- isEmpty → bool
-
no setter
- isNotEmpty → bool
-
no setter
- length → int
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
add(
O o) → bool -
contains(
O o) → bool -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
remove(
O o) → bool -
toIterable(
) → Iterable< O> -
toList(
) → List< O> -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited