Interface PredicateMap<T,V>
- All Known Implementing Classes:
SimplePredicateMap
public interface PredicateMap<T,V>
A predicate map connects predicates of a certain type to multiple objects of another type. It allows quick retrieval
of all objects associated with any predicates that match the incoming value.
-
Method Summary
-
Method Details
-
add
-
add
-
remove
-
remove
-
get
-