SetHash class
Constructors
-
SetHash.new([Iterable<
int> arr = const <int>[]])
Properties
- hashCode → int
-
The hash code for this object.
no setteroverride
- isEmpty → bool
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
set
→ UnmodifiableSetView<
int> -
no setter
Methods
-
add(
int e) → void -
addAll(
Iterable< int> arr) → void -
contains(
SetHash other) → bool -
copy(
) → SetHash -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
remove(
int id) → bool -
removeAll(
Iterable< int> arr) → bool -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
covariant SetHash other) → bool -
The equality operator.
override