Class IteratorFilterBase<T>

    • Method Detail

      • hasNext

        protected boolean hasNext​(boolean edge)
      • handleCorruption

        protected void handleCorruption​(Exception e,
                                        RID edge,
                                        RID nextVertex)
      • remove

        public void remove()
        Specified by:
        remove in interface Iterator<T>
      • getNextVertex

        public RID getNextVertex()