T - The type of objects to iterate.TIterator - The type of iterator that
implements this interface.public interface IRanIter<T,TIterator> extends IBidIter<T,TIterator>, java.lang.Comparable<TIterator>
| Modifier and Type | Method and Description |
|---|---|
TIterator |
Add(long offset)
Adds the current iterator and an offset.
|
long |
Difference(TIterator other)
Subtracts a specified iterator from the current one.
|
SetCurrentAdvance, Advance, Category, Copy, Distance, Increment, ResetBegin, ResetEndEqualsDisposeTIterator Add(long offset)
offset - The number of positions added to the current iterator.long Difference(TIterator other)
other - An iterator that is to be subtracted from the
current one.Copyright© 2012 Progeneric Systems, Inc. All Rights Reserved.