java.lang.Object
io.nosqlbench.virtdata.userlibs.apps.docsapp.fdocs.FDocCat
All Implemented Interfaces:
java.lang.Iterable<FDocFuncs>

public class FDocCat
extends java.lang.Object
implements java.lang.Iterable<FDocFuncs>
  • Constructor Summary

    Constructors 
    Constructor Description
    FDocCat​(java.lang.String categoryName)  
  • Method Summary

    Modifier and Type Method Description
    void addFunctionDoc​(FDocFunc FDocFunc)  
    java.lang.String getCategoryName()  
    java.util.List<FDocFuncs> getFunctionDocsList()  
    java.util.Iterator<FDocFuncs> iterator()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface java.lang.Iterable

    forEach, spliterator