org.shapelogic.util
Class MapOperations

java.lang.Object
  extended by org.shapelogic.util.MapOperations

public class MapOperations
extends java.lang.Object

Map Operations utility class.
XXX this should not contain references to any other packages.

Author:
Sami Badawi

Constructor Summary
MapOperations()
           
 
Method Summary
static IPoint2D getPointWithDefault(java.util.Map<IPoint2D,IPoint2D> map, IPoint2D point)
          Get from map with Default.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MapOperations

public MapOperations()
Method Detail

getPointWithDefault

public static IPoint2D getPointWithDefault(java.util.Map<IPoint2D,IPoint2D> map,
                                           IPoint2D point)
Get from map with Default. Where default == input key. XXX IPoint2D is from another package.



Copyright © 2009. All Rights Reserved.