Class SpeedManagerPingMapperImpl.limitEstimate

java.lang.Object
com.biglybt.core.speedmanager.impl.SpeedManagerPingMapperImpl.limitEstimate
All Implemented Interfaces:
SpeedManagerLimitEstimate, Cloneable
Enclosing class:
SpeedManagerPingMapperImpl

private static class SpeedManagerPingMapperImpl.limitEstimate extends Object implements SpeedManagerLimitEstimate, Cloneable
  • Field Details

    • speed

      private int speed
    • estimate_type

      private float estimate_type
    • metric_rating

      private float metric_rating
    • when

      private final long when
    • hits

      private final int hits
    • segs

      private final int[][] segs
  • Constructor Details

    • limitEstimate

      protected limitEstimate(int _speed, double _estimate_type, double _metric_rating, int _hits, long _when, int[][] _segs)
  • Method Details