18192021222324
private static final long serialVersionUID = -6410097220567986641L; private final IntDoubleOpenHashMap w; HPPCPrimativeMapLinearVector(int bins) { super(bins); w = new IntDoubleOpenHashMap(); }