Uint16Set class

Constructors

Uint16Set(int capacity)

Properties

capacity int
final
hashCode int
The hash code for this object.
no setterinherited
indexByValue Uint16List
final
isEmpty bool
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
size int
no setter
valueByIndex Uint16List
final

Methods

add(int value) → void
Adds value to the set.
clear() → void
Removes all elements from the set.
get(int index) int
The object at the given index in the set.
indexOf(int value) int
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
remove(int value) → void
Removes value from the set.
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited
operator [](int index) → dynamic
The object at the given index in the set.