SystemSet class

Constructors

SystemSet(int capacity)

Properties

capacity int
final
hashCode int
The hash code for this object.
no setterinherited
isEmpty bool
no setter
lastInsertPhase PhaseIndex
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
size int
no setter
systemIds Uint16List
final
systemPhases Uint8List
final

Methods

add(SystemId systemId, PhaseIndex phase) → void
clear() → void
getPhaseIndex(int index) PhaseIndex
indexOf(SystemId systemId) int
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
remove(SystemId systemId) → void
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited
operator [](int index) → dynamic