org.expasy.jpl.commons.collection
Interface IndexIterable

All Superinterfaces:
ExtraIterable<Integer>, Iterable<Integer>
All Known Subinterfaces:
SequenceIterable<T>
All Known Implementing Classes:
AbstractSequencePositioner, MotifMatcher

public interface IndexIterable
extends ExtraIterable<Integer>

This interfaces allow the manipulation of iterator over indices ( Integer).

Version:
1.0
Author:
nikitin

Nested Class Summary
static class IndexIterable.Iterator
          Abstract inner class that iterates over list of Integer.
 
Nested classes/interfaces inherited from interface org.expasy.jpl.commons.collection.ExtraIterable
ExtraIterable.AbstractExtraIterator<T>
 
Method Summary
 IndexIterable.Iterator iterator()
          Returns a JPL iterator over a list of Integer.
 

Method Detail

iterator

IndexIterable.Iterator iterator()
Returns a JPL iterator over a list of Integer.

Specified by:
iterator in interface ExtraIterable<Integer>
Specified by:
iterator in interface Iterable<Integer>
Returns:
a JPL Position iterator


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