twitter / GraphJet

GraphJet is a real-time graph processing library.
Apache License 2.0
713 stars 111 forks source link

Mrossides/fix keyset in small array #65

Closed rossides closed 7 years ago

rossides commented 7 years ago

Fixed the contains function of SmallArrayBasedLongToDoubleMap.java.

This was causing NullPointer exceptions when keySet.contains was called on a null keySet.