Public Member Functions

com.cosylab.logging.client.cache.LogIterator Class Reference

Inherits java::util::Iterator< ILogEntry >.

List of all members.

Public Member Functions

 LogIterator (ILogMap logs)
boolean hasNext ()
ILogEntry next ()
void remove ()

Constructor & Destructor Documentation

com.cosylab.logging.client.cache.LogIterator.LogIterator ( ILogMap  logs  ) 

Constructor

Parameters:
logs The map containing the logs to iteratoe over

Member Function Documentation

boolean com.cosylab.logging.client.cache.LogIterator.hasNext (  ) 
ILogEntry com.cosylab.logging.client.cache.LogIterator.next (  ) 
void com.cosylab.logging.client.cache.LogIterator.remove (  ) 

The remove implemented in this way doesn't work because it modifies the elements in the set and the keyIterator throws a ConcurrentModificationException

See also:
java.util.Iterator

References com.cosylab.logging.client.cache.ILogMap.deleteLog().


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations Properties