Class DatabaseBackedDictionary.DatabaseElementIterator

    • Field Detail

      • _pos

        private POS _pos
      • _lemmas

        private Query _lemmas
      • _advanced

        private boolean _advanced
      • _hasNext

        private boolean _hasNext
    • Constructor Detail

      • DatabaseElementIterator

        protected DatabaseElementIterator​(POS pos,
                                          Query query)
    • Method Detail

      • hasNext

        public boolean hasNext()
        Specified by:
        hasNext in interface java.util.Iterator
      • next

        public java.lang.Object next()
        Specified by:
        next in interface java.util.Iterator
      • remove

        public void remove()
        Specified by:
        remove in interface java.util.Iterator
      • createElement

        protected abstract DictionaryElement createElement()
                                                    throws java.lang.Exception
        Throws:
        java.lang.Exception
      • getPOS

        protected POS getPOS()
      • getResults

        protected java.sql.ResultSet getResults()
                                         throws java.sql.SQLException
        Throws:
        java.sql.SQLException
      • finalize

        protected void finalize()
                         throws java.lang.Throwable
        Overrides:
        finalize in class java.lang.Object
        Throws:
        java.lang.Throwable