Uses of Interface
components.sequence.SequenceKernel
Packages that use SequenceKernel
Package
Description
Provides the
Sequence
family interfaces and implementing classes.-
Uses of SequenceKernel in components.sequence
Subinterfaces of SequenceKernel in components.sequenceModifier and TypeInterfaceDescriptioninterface
Sequence<T>
SequenceKernel
enhanced with secondary methods.Classes in components.sequence that implement SequenceKernelModifier and TypeClassDescriptionclass
Sequence1L<T>
Sequence
represented as ajava.util.ArrayList
with implementations of primary methods.class
Sequence2L<T>
Sequence
represented as ajava.util.LinkedList
with implementations of primary methods.class
Sequence3<T>
Sequence
represented as a pair ofStack
s with implementations of primary methods.class
Layered implementations of secondary methods forSequence
.