Uses of Class
de.powerstat.validation.containers.NTuple4
Packages that use NTuple4
Package
Description
Validation value container classes.
Validation value strategy classes.
-
Uses of NTuple4 in de.powerstat.validation.containers
Methods in de.powerstat.validation.containers that return NTuple4Modifier and TypeMethodDescriptionstatic <T1 extends Comparable<T1>,T2 extends Comparable<T2>, T3 extends Comparable<T3>, T4 extends Comparable<T4>>
NTuple4<T1,T2, T3, T4> NTuple4.of(T1 obj1, T2 obj2, T3 obj3, T4 obj4) NTuple3 factory.Methods in de.powerstat.validation.containers with parameters of type NTuple4 -
Uses of NTuple4 in de.powerstat.validation.values.strategies
Fields in de.powerstat.validation.values.strategies with type parameters of type NTuple4Modifier and TypeFieldDescriptionprivate static final Map<NTuple4<Integer,Integer, String, UsernameConfigurableStrategy.HandleEMail>, UsernameConfigurableStrategy> UsernameConfigurableStrategy.CACHECache for singletons.