IntSegmentedTuple class

Constructors

IntSegmentedTuple([int? log_blksize_, int? base_size_])

Properties

base List<List<int>>
getter/setter pair
base_size int
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
log_blksize int
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
top int
getter/setter pair

Methods

add(int element) → void
allocateMoreSpace() → void
binarySearch(int element) int
get(int i) int
NextIndex() int
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
outOfRange(int i) bool
reset([int n = 0]) → void
resize(int? arg) → void
set(int i, int element) → void
size() int
toString() String
A string representation of this object.
inherited

Operators

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