Package org.redisson

Class RedissonSetMultimapIterator<K,​V,​M>

  • All Implemented Interfaces:
    Iterator<M>

    public class RedissonSetMultimapIterator<K,​V,​M>
    extends Object
    • Field Detail

      • keysIterPos

        protected long keysIterPos
      • valuesIterPos

        protected long valuesIterPos
      • entry

        protected V entry
    • Method Detail

      • hasNext

        public boolean hasNext()
        Specified by:
        hasNext in interface Iterator<K>
      • next

        public M next()
        Specified by:
        next in interface Iterator<K>
      • remove

        public void remove()
        Specified by:
        remove in interface Iterator<K>