E
- element typepublic class CollectionOperation<E> extends CollectionExpressionBase<Collection<E>,E>
CollectionOperation
is a collection typed operationhashCode, mixin
Modifier | Constructor and Description |
---|---|
protected |
CollectionOperation(Class<? super E> type,
Operator op,
Expression<?>... args) |
protected |
CollectionOperation(Class<? super E> type,
Operator op,
com.google.common.collect.ImmutableList<Expression<?>> args) |
Modifier and Type | Method and Description |
---|---|
<R,C> R |
accept(Visitor<R,C> v,
C context)
Accept the visitor with the given context
|
Class<E> |
getElementType()
Get the element type
|
Class<?> |
getParameter(int index)
Get the type parameter at the given index
|
as, contains, contains, isEmpty, isNotEmpty, size
as, as, equals, getType, hashCode, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getType
protected CollectionOperation(Class<? super E> type, Operator op, Expression<?>... args)
protected CollectionOperation(Class<? super E> type, Operator op, com.google.common.collect.ImmutableList<Expression<?>> args)
public Class<?> getParameter(int index)
ParameterizedExpression
index
- zero based index of type parameter@Nullable public <R,C> R accept(Visitor<R,C> v, C context)
Expression
R
- return typeC
- context typev
- visitorcontext
- context of visitpublic Class<E> getElementType()
CollectionExpressionBase
getElementType
in class CollectionExpressionBase<Collection<E>,E>
Copyright © 2007–2016 Querydsl. All rights reserved.