Class SimplePredicateMap<T,V> 
java.lang.Object
com.inductiveautomation.ignition.common.util.SimplePredicateMap<T,V> 
- All Implemented Interfaces:
- PredicateMap<T,- V> 
A simple (and rather inefficient) implementation of a PredicateMap.
- 
Constructor Details- 
SimplePredicateMappublic SimplePredicateMap()
 
- 
- 
Method Details- 
getList
- 
add- Specified by:
- addin interface- PredicateMap<T,- V> 
 
- 
add- Specified by:
- addin interface- PredicateMap<T,- V> 
 
- 
remove- Specified by:
- removein interface- PredicateMap<T,- V> 
 
- 
remove- Specified by:
- removein interface- PredicateMap<T,- V> 
 
- 
get- Specified by:
- getin interface- PredicateMap<T,- V> 
 
 
-