Traffic simulation patch

This commit is contained in:
Arndt 2015-08-28 16:39:41 +02:00
parent a35eea8878
commit 91c809e05c
22 changed files with 1595 additions and 83 deletions

View file

@ -119,4 +119,9 @@ public class FrozenLongMap<V> extends CompactLongMap<V>
{
return flv;
}
public long[] getKeyArray()
{
return faid;
}
}