Class CqlList


  • public class CqlList
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.util.Comparator<java.lang.Object> columnSort  
      java.util.Comparator<java.lang.Object> expressionSort  
      java.util.Comparator<java.lang.Object> valueSort  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int compareTo​(java.lang.Object left, java.lang.Object right)  
      static java.lang.Boolean equal​(java.lang.Iterable<?> left, java.lang.Iterable<?> right, Context context)  
      static java.lang.Boolean equivalent​(java.lang.Iterable<?> left, java.lang.Iterable<?> right, Context context)  
      static <T> java.util.List<T> toList​(java.lang.Iterable<T> iterable, boolean includeNullElements)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • valueSort

        public java.util.Comparator<java.lang.Object> valueSort
      • expressionSort

        public java.util.Comparator<java.lang.Object> expressionSort
      • columnSort

        public java.util.Comparator<java.lang.Object> columnSort
    • Constructor Detail

      • CqlList

        public CqlList()
      • CqlList

        public CqlList​(Context context,
                       java.lang.String alias,
                       Expression expression)
      • CqlList

        public CqlList​(Context context,
                       java.lang.String path)
    • Method Detail

      • compareTo

        public int compareTo​(java.lang.Object left,
                             java.lang.Object right)
      • equivalent

        public static java.lang.Boolean equivalent​(java.lang.Iterable<?> left,
                                                   java.lang.Iterable<?> right,
                                                   Context context)
      • equal

        public static java.lang.Boolean equal​(java.lang.Iterable<?> left,
                                              java.lang.Iterable<?> right,
                                              Context context)
      • toList

        public static <T> java.util.List<T> toList​(java.lang.Iterable<T> iterable,
                                                   boolean includeNullElements)