Class SpeedManagerPingMapperImpl.limitEstimate

    • Field Detail

      • 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 Detail

      • limitEstimate

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