0

In standard library we have methods like Collections#unmodifiableCollection()

Can't find the same for types collections in fastutil. Please hint!

Dims
  • 47,675
  • 117
  • 331
  • 600

1 Answers1

0

IntSets.unmodifiable() is the answer. Sorry javadoc site is offline now.

Dims
  • 47,675
  • 117
  • 331
  • 600