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> Deprecated.MapChangeEvent<K,V> A event representing a change of values in anMap.MapChangeListener<K,V> Listener forMapchanges.MapChangeSupport<K,V> Here is an example ofMapChangeSupportusage:Map-related utility methods.ObservableMap<K,V> A map implementation that reports changes to addedMapChangeListenerinstance.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 multiple matches or replacements at once.Convenient way of handling the different ways a value (or values) can be set on aPropertiesinstance.
MapChangeListenerinstead.