org.glassfish.ha.store.criteria.spi
Class InExpressionNode<T>
java.lang.Object
org.glassfish.ha.store.criteria.spi.ExpressionNode<T>
org.glassfish.ha.store.criteria.spi.BinaryExpressionNode<Boolean>
org.glassfish.ha.store.criteria.spi.LogicalExpressionNode
org.glassfish.ha.store.criteria.spi.InExpressionNode<T>
- Type Parameters:
T - The type of operands involved
- All Implemented Interfaces:
- Expression<Boolean>
public class InExpressionNode<T>
- extends LogicalExpressionNode
A node that represnt the "in" operation
- Author:
- Mahesh.Kannan@Sun.Com
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InExpressionNode
public InExpressionNode(ExpressionNode<T> value,
Collection<? extends T> entries)
getEntries
public Collection<? extends T> getEntries()
Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.