Slot3D<T> class
Methods
-
availablesLatest([(int, int, int)? from, (int, int, int)? to])
→ Iterable<T>
-
inherited
-
availablesRecent([(int, int, int)? from, (int, int, int)? to])
→ Iterable<T>
-
to prevent duplicate implementation, there is no
availablesFrom or availablesTo
inherited
-
clear()
→ void
-
clear all flags
inherited
-
filterOn(FieldParent field)
→ Iterable<T>
-
inherited
-
firstAfter((int, int, int) index)
→ T?
-
inherited
-
includesFrom(Iterable<T> iterable, (int, int, int) begin, [bool inclusive = true])
→ void
-
inherited
-
includesTo(Iterable<T> iterable, (int, int, int) last, [bool inclusive = true])
→ void
-
inherited
-
isSizeEqual(Slot3D<T> other)
→ bool
-
inherited
-
lastBefore((int, int, int) index)
→ T?
-
inherited
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
pasteSub(T value, (int, int, int) begin, [(int, int, int)? limit])
→ void
-
inherited
-
toString()
→ String
-
A string representation of this object.
inherited
-
validateIndex((int, int, int) index)
→ bool
-
inherited