Class SubQueryList

    • Constructor Detail

      • SubQueryList

        public SubQueryList()
    • Method Detail

      • get

        public SubQuery get​(int index)
      • getCount

        public int getCount()
      • size

        public int size()
      • indexOf

        public int indexOf​(SubQuery subQuery)
      • getList

        public java.util.List<SubQuery> getList()
      • collect

        public void collect​(java.util.List list)
      • iterator

        public java.util.Iterator<SubQuery> iterator()
        Specified by:
        iterator in interface java.lang.Iterable<SubQuery>