de.deepamehta.core.impl
Class TopicIterable

Show UML class diagram
java.lang.Object
  extended by de.deepamehta.core.impl.TopicIterable
All Implemented Interfaces:
Iterable<Topic>

 class TopicIterable
extends Object
implements Iterable<Topic>

An iterable over all topics stored in the DB.


Field Summary
private  Iterator<Topic> topics
           
 
Constructor Summary
TopicIterable(EmbeddedService dms)
           
 
Method Summary
 Iterator<Topic> iterator()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

topics

private Iterator<Topic> topics
Constructor Detail

TopicIterable

TopicIterable(EmbeddedService dms)
Method Detail

iterator

public Iterator<Topic> iterator()
Specified by:
iterator in interface Iterable<Topic>


Copyright © 2015. All Rights Reserved.