it.unimi.dsi.fastutil
Class Maps

java.lang.Object
  extended by it.unimi.dsi.fastutil.Maps

public class Maps
extends java.lang.Object

A class providing static methods and objects that do useful things with maps.

See Also:
Collections

Field Summary
static java.lang.Object MISSING
          Deprecated. Since fastutil 5.0, the introduction of generics makes this object pretty useless.
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MISSING

@Deprecated
public static final java.lang.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.