类 AscendingSortItem

  • 所有已实现的接口:
    java.io.Serializable, java.lang.Cloneable, java.lang.Iterable<java.lang.Object>, java.util.Collection<java.lang.Object>, java.util.List<java.lang.Object>, java.util.RandomAccess

    public class AscendingSortItem
    extends java.util.ArrayList<java.lang.Object>
    AscendingSortItem presents the condition of the query operation.
    另请参阅:
    序列化表格
    • 字段概要

      • 从类继承的字段 java.util.AbstractList

        modCount
    • 构造器概要

      构造器 
      构造器 说明
      AscendingSortItem​(java.lang.String key)  
    • 方法概要

      • 从类继承的方法 java.util.ArrayList

        add, add, addAll, addAll, clear, clone, contains, ensureCapacity, equals, forEach, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSize
      • 从类继承的方法 java.util.AbstractCollection

        containsAll, toString
      • 从类继承的方法 java.lang.Object

        finalize, getClass, notify, notifyAll, wait, wait, wait
      • 从接口继承的方法 java.util.Collection

        parallelStream, stream, toArray
      • 从接口继承的方法 java.util.List

        containsAll
    • 构造器详细资料

      • AscendingSortItem

        public AscendingSortItem​(java.lang.String key)