eu.interedition.collatex.suffixtree.Sequence Maven / Gradle / Ivy
package eu.interedition.collatex.suffixtree;
import java.util.ArrayList;
import java.util.Iterator;
import java.util.List;
/**
* Represents a sequence of items. This plays the part of the string in a non
* generic suffix tree implementation. This object automatically appends a
* terminating item to the end of the instance which is included in all
* operations.
*
* @author Max Garfinkel
*/
public class Sequence> implements Iterable
© 2015 - 2025 Weber Informatics LLC | Privacy Policy