net.walend.collection
Class MapAlgebra

java.lang.Object
  |
  +--net.walend.collection.MapAlgebra

public class MapAlgebra
extends java.lang.Object

Utilities for working with Maps.

Author:
David Walend dfw1@cornell.edu

Nested Class Summary
static class MapAlgebra.UnsafeReverseException
           
 
Constructor Summary
MapAlgebra()
           
 
Method Summary
static void reverse(java.util.Map source, java.util.Map victim)
           
static void reverseSafely(java.util.Map source, java.util.Map victim)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MapAlgebra

public MapAlgebra()
Method Detail

reverse

public static void reverse(java.util.Map source,
                           java.util.Map victim)

reverseSafely

public static void reverseSafely(java.util.Map source,
                                 java.util.Map victim)
                          throws MapAlgebra.UnsafeReverseException
MapAlgebra.UnsafeReverseException


Copyright (c) 2001, 2002, David Walend