fr.jcgay.maven.profiler.reporting.template
Class EntryAndTime<T>

java.lang.Object
  extended by fr.jcgay.maven.profiler.reporting.template.EntryAndTime<T>

public class EntryAndTime<T>
extends Object


Constructor Summary
EntryAndTime(T entry, com.google.common.base.Stopwatch time)
           
 
Method Summary
 T getEntry()
           
 com.google.common.base.Stopwatch getTime()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EntryAndTime

public EntryAndTime(T entry,
                    com.google.common.base.Stopwatch time)
Method Detail

getEntry

public T getEntry()

getTime

public com.google.common.base.Stopwatch getTime()


Copyright © 2014–2017. All rights reserved.