Klasse SequencePattern<E>

java.lang.Object
ch.nolix.core.container.sequencesearch.SequencePattern<E>
Typparameter:
E - is the type of the elements of the sequences of a SequencePattern.
Alle implementierten Schnittstellen:
ISequencePattern<E>

public final class SequencePattern<E> extends Object implements ISequencePattern<E>
A SequencePattern is not mutable.
Version:
2016-10-01
Autor:
Silvan Wyss