|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.ibm.wala.util.collections.CompoundIntIterator
public class CompoundIntIterator
An Iterator which provides a concatenation of two IntIterators.
| Constructor Summary | |
|---|---|
CompoundIntIterator(IntIterator A,
IntIterator B)
|
|
| Method Summary | |
|---|---|
int |
hashCode()
|
boolean |
hasNext()
|
int |
next()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CompoundIntIterator(IntIterator A,
IntIterator B)
A - the first iterator in the concatenated resultB - the second iterator in the concatenated result| Method Detail |
|---|
public boolean hasNext()
hasNext in interface IntIteratorpublic int next()
next in interface IntIteratorpublic int hashCode()
hashCode in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||