Class 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
  • Constructor Details

  • Method Details

    • getEntries

      public Collection<? extends T> getEntries()