Class PropertyList.Iterator

    • Method Detail

      • hasNext

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

        public boolean isNumeric()
      • getNumericValue

        public double getNumericValue()
      • getObjectValue

        public java.lang.Object getObjectValue()
      • getKey

        public java.lang.String getKey()
      • 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