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
-
SimplePredicateMap
public SimplePredicateMap()
-
-
Method Details
-
getList
-
add
- Specified by:
add
in interfacePredicateMap<T,
V>
-
add
- Specified by:
add
in interfacePredicateMap<T,
V>
-
remove
- Specified by:
remove
in interfacePredicateMap<T,
V>
-
remove
- Specified by:
remove
in interfacePredicateMap<T,
V>
-
get
- Specified by:
get
in interfacePredicateMap<T,
V>
-