it.unimi.dsi.fastutil
Class Maps
java.lang.Object
it.unimi.dsi.fastutil.Maps
public class Maps
- extends Object
A class providing static methods and objects that do useful things with maps.
- See Also:
Collections
Field Summary |
static Object |
MISSING
Deprecated. Since fastutil 5.0, the introduction of generics
makes this object pretty useless. |
MISSING
@Deprecated
public static final Object MISSING
- Deprecated. Since fastutil 5.0, the introduction of generics
makes this object pretty useless.
- A standard default return value to be used in maps containing
null
values.