Class StreamingList<B>

    • Constructor Detail

      • StreamingList

        public StreamingList​(Collection collection,
                             boolean moreElement)
      • StreamingList

        public StreamingList()
    • Method Detail

      • getMoreElement

        public boolean getMoreElement()
      • setMoreElement

        public void setMoreElement​(boolean moreElement)
      • getList

        public List<B> getList()
      • setList

        public void setList​(List<B> list)
      • isFirstCall

        public boolean isFirstCall()
      • setFirstCall

        public void setFirstCall​(boolean firstCall)