Interface SequenceKernel<T>
- Type Parameters:
T- type ofSequenceKernelentries
- All Known Subinterfaces:
Sequence<T>
- All Known Implementing Classes:
Sequence1L, Sequence2L, Sequence3, SequenceSecondary
Sequence kernel component with primary methods. (Note: by package-wide
convention, all references are non-null.)
- Mathematical Model (abstract value and abstract invariant of this):
type SequenceKernel is modeled by string of T- Constructor(s) (initial abstract value(s) of this):
(): ensures this = <>- Iterator String (abstract value of ~this):
~this.seen * ~this.unseen = this
-
Method Summary
Methods inherited from interface Iterable
forEach, iterator, spliteratorMethods inherited from interface Standard
clear, newInstance, transferFrom
-
Method Details
-
add
-
remove
-
length
-