Class SequencePattern<E>

java.lang.Object
ch.nolix.base.container.sequencesearch.SequencePattern<E>
Type Parameters:
E - is the type of the elements of the sequences of a SequencePattern.
All Implemented Interfaces:
ISequencePattern<E>

public final class SequencePattern<E> extends Object implements ISequencePattern<E>
A SequencePattern is not mutable.
Author:
Silvan Wyss