Uses of Interface
org.expasy.jpl.commons.collection.symbol.seq.Sequence

Packages that use Sequence
org.expasy.jpl.commons.collection.symbol.seq Provides generic symbol sequence and associated tools. 
 

Uses of Sequence in org.expasy.jpl.commons.collection.symbol.seq
 

Subinterfaces of Sequence in org.expasy.jpl.commons.collection.symbol.seq
 interface SymbolSequence<T>
          The SymbolSequence interface should be implemented by any concrete class that deals with sequence of symbols.
 

Classes in org.expasy.jpl.commons.collection.symbol.seq that implement Sequence
 class SymbolSequenceImpl<E>
          A sequence of symbol letters defined by an alphabet.
 

Methods in org.expasy.jpl.commons.collection.symbol.seq that return Sequence
 Sequence<T> Sequence.subSequence(int start, int end)
           
 



Copyright (c) 2012 Swiss Institute of Bioinformatics. All rights reserved.