it.unimi.dsi.fastutil
Class Maps

java.lang.Object
  extended by 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.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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.



Copyright © 2011. All Rights Reserved.