Class AgentMsgHelpers.consIter<T>

java.lang.Object
  extended by AgentMsgHelpers.consIter<T>
All Implemented Interfaces:
java.util.Iterator<T>
Enclosing class:
AgentMsgHelpers

public static class AgentMsgHelpers.consIter<T>
extends java.lang.Object
implements java.util.Iterator<T>


Constructor Summary
AgentMsgHelpers.consIter(T A, java.util.Iterator<T> B)
           
 
Method Summary
 boolean hasNext()
           
 T next()
           
 void remove()
          No clue what this method does -- leaving blank for now.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AgentMsgHelpers.consIter

public AgentMsgHelpers.consIter(T A,
                                java.util.Iterator<T> B)
Method Detail

hasNext

public boolean hasNext()
Specified by:
hasNext in interface java.util.Iterator<T>

next

public T next()
Specified by:
next in interface java.util.Iterator<T>

remove

public void remove()
No clue what this method does -- leaving blank for now.

Specified by:
remove in interface java.util.Iterator<T>