Interface MapValidator<T extends Map<K,V>, K, V>

Type Parameters:
T - the type of the map
K - the type of keys in the map
V - the type of values in the map
All Superinterfaces:
ObjectComponent<MapValidator<T,K,V>, T>, ValidatorComponent<MapValidator<T,K,V>, T>

public interface MapValidator<T extends Map<K,V>, K, V> extends ValidatorComponent<MapValidator<T,K,V>, T>, ObjectComponent<MapValidator<T,K,V>, T>
Validates the state of a Map.