Package com.kenshoo.jooq
Class FieldAndValues<T>
- java.lang.Object
-
- com.kenshoo.jooq.FieldAndValues<T>
-
public class FieldAndValues<T> extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description FieldAndValues(org.jooq.Field<T> field, java.util.Collection<? extends T> values)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.jooq.Field<T>getField()java.util.Collection<? extends T>getValues()
-