PieceQueue class
Constructors
Properties
- charLength ↔ int
-
getter/setter pair
- endCursor ↔ int
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- isEmpty → bool
-
no setter
- isNotEmpty → bool
-
no setter
-
queue
→ Queue<
String> -
final
- queueLength → int
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- startCursor ↔ int
-
getter/setter pair
Methods
-
add(
String piece) → void -
canTake(
int length) → bool -
clear(
) → void -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
peek(
int length) → String -
removeFirst(
) → String -
removeLast(
) → String -
take(
int length) → String -
takeAll(
) → String -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited