Skip to content
Advertisement

Tag: trove4j

Should I care about no_entry_value in trove4j?

I’m using trove4j for its primitives collections. I notice it has constructors like where no_entry_value represents null. The default value is zero. The null value in collections, like Set specially, is very important, according to my cognition. But I found trove4j did’t use this value much after I glanced at the source code. So I’m confused that should I care

Advertisement