added turn restrictions

This commit is contained in:
Arndt 2016-11-20 22:31:10 +01:00
parent 561b60c5cb
commit e48cbd49cb
18 changed files with 383 additions and 32 deletions

View file

@ -21,7 +21,7 @@ public class CompactLongMap<V>
private int size = 0;
private int _maxKeepExponent = 14; // the maximum exponent to keep the invalid arrays
private V value_in;
protected V value_in;
protected V value_out;
protected static final int MAXLISTS = 31; // enough for size Integer.MAX_VALUE