Class ExcludeSubinterpretationsIterator

  • All Implemented Interfaces:
    java.util.Iterator<Interpretation>

    public class ExcludeSubinterpretationsIterator
    extends java.lang.Object
    implements java.util.Iterator<Interpretation>
    Iterates through all interpretations except the ones equal to or more specific than the provided ones.
    Author:
    Mathias Hofer
    • Method Summary

      Modifier and Type Method Description
      boolean hasNext()  
      Interpretation next()  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.util.Iterator

        forEachRemaining, remove
    • Constructor Detail

      • ExcludeSubinterpretationsIterator

        public ExcludeSubinterpretationsIterator​(java.util.List<Interpretation> interpretations)
    • Method Detail

      • hasNext

        public boolean hasNext()
        Specified by:
        hasNext in interface java.util.Iterator<Interpretation>