TreeSearch enum
Controls the results for TreeSet.searchNearest
Constants
- GREATER_THAN → const TreeSearch
-
If result not found, always chose the greater element
const TreeSearch(2)
- LESS_THAN → const TreeSearch
-
If result not found, always chose the smaller element
const TreeSearch(0)
- NEAREST → const TreeSearch
-
If result not found, chose the nearest based on comparison
const TreeSearch(1)
-
values
→ const List<
TreeSearch> -
A constant List of the values in this enum, in order of their declaration.
const List<
TreeSearch>
Properties
Methods
-
toString(
) → String -
Returns a string representation of this object.
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
Operators
-
operator ==(
dynamic other) → bool -
The equality operator. [...]
inherited