Package com.norconex.commons.lang.map
package com.norconex.commons.lang.map
Enhanced and/or useful features related to Map.
-
ClassDescriptionFifoMap<K,
V> Simple FIFO Map base onLinkedHashMap.IMapChangeListener<K,V> Listener forMapchanges.MapChangeEvent<K,V> A event representing a change of values in anMap.MapChangeSupport<K,V> Here is an example ofMapChangeSupportusage:Map-related utility methods.ObservableMap<K,V> A map implementation that reports changes to addedIMapChangeListenerinstance.This class is a enhanced version ofPropertiesthat enforces the use of String keys and values internally, but offers many convenience methods for storing and retrieving multiple values of different types (e.g.Propertiesexception.Convenient way of matching values and/or fields (key) in a givenProperties.Holds a collection ofPropertyMatcherto perform tests/replace on all of them at once.Convenient way of handling the different ways a value (or values) can be set on aPropertiesinstance.