dataCount class

Constructors

dataCount.new()
dataCount.fromMap(Map<String, dynamic> m)

Properties

array List<String>
final
count int
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
map Map<String, keyCount>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

bubbledown(int i) → dynamic
bubbleup(int i) → dynamic
check() → void
get(String key) Map<String, dynamic>?
insert(String key, Map<String, dynamic> data) → void
if(key already exist) count+1,also set data to newdata if(key not exist) if(not full) insert keyCount(data: data,count: 1) if(full) insert keyCount(data: data,count: minUseCount+1)
lchild(int i) keyCount?
modify(String key, Map<String, dynamic> change) → void
modify data,without adding count
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
parent(int i) keyCount?
rchild(int i) keyCount?
swap(int a, int b) → dynamic
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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

Constants

intMaxValue → const int
lmt → const int