Class StatisticsEntryImpl

  • All Implemented Interfaces:
    net.jqwik.api.statistics.StatisticsEntry

    public class StatisticsEntryImpl
    extends java.lang.Object
    implements net.jqwik.api.statistics.StatisticsEntry
    • Constructor Summary

      Constructors 
      Constructor Description
      StatisticsEntryImpl​(java.util.List<java.lang.Object> values, java.lang.String name, int count, double percentage)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int count()  
      java.lang.String name()  
      double percentage()  
      java.lang.String toString()  
      java.util.List<java.lang.Object> values()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • StatisticsEntryImpl

        public StatisticsEntryImpl​(java.util.List<java.lang.Object> values,
                                   java.lang.String name,
                                   int count,
                                   double percentage)
    • Method Detail

      • name

        public java.lang.String name()
        Specified by:
        name in interface net.jqwik.api.statistics.StatisticsEntry
      • count

        public int count()
        Specified by:
        count in interface net.jqwik.api.statistics.StatisticsEntry
      • percentage

        public double percentage()
        Specified by:
        percentage in interface net.jqwik.api.statistics.StatisticsEntry
      • values

        public java.util.List<java.lang.Object> values()
        Specified by:
        values in interface net.jqwik.api.statistics.StatisticsEntry
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object