In standard library we have methods like Collections#unmodifiableCollection()
Can't find the same for types collections in fastutil. Please hint!
In standard library we have methods like Collections#unmodifiableCollection()
Can't find the same for types collections in fastutil. Please hint!
Copyright © 2021 Jogjafile Inc.
IntSets.unmodifiable()is the answer. Sorry javadoc site is offline now.