com.acsinet_solutions.util.adt
Interface MapFilter<K,V>

All Known Implementing Classes:
KeyXPathMapFilter, ValueXPathMapFilter, XPathMapFilter

public interface MapFilter<K,V>

Definition of a generic type that filters entries in a Map Derechos Reservados

Author:
Santiago Arriaga

Method Summary
 java.util.Map<K,V> getFilteredMap(java.util.Map<K,V> original)
          Get a filtered version of the original provided Map.
 

Method Detail

getFilteredMap

java.util.Map<K,V> getFilteredMap(java.util.Map<K,V> original)
Get a filtered version of the original provided Map. The original Map MUST NOT be intended to be modified.

Parameters:
original - A not-null maybe-empty Map instance