Class Table<R,​T>

java.lang.Object
kieker.analysis.generic.Table<R,​T>
Type Parameters:
R - table name or origin class.
T - table row class / bean

public class Table<R,​T>
extends java.lang.Object
Since:
1.1
Author:
Reiner Jung
  • Constructor Summary

    Constructors 
    Constructor Description
    Table​(R label)  
  • Method Summary

    Modifier and Type Method Description
    R getLabel()  
    java.util.List<T> getRows()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details